How can i put a symbolic math in Symbol editor??

Discussion in 'Cadence' started by Reotaro Hashemoto, Mar 23, 2007.

  1. Hi,
    I want to use the sumbol "Sigma" in symbol editor (and other latin
    mathematical symbols, such as Beta, Alpha, etc.)
    How can i make that??
    Thanks in advance,
     
    Reotaro Hashemoto, Mar 23, 2007
    #1
  2. Add -> Note -> Note Text ...
    Font Style == math

    Bernd
     
    Bernd Fischer, Mar 26, 2007
    #2
  3. Reotaro Hashemoto

    S. Badel Guest

    Hi,
    Couldn't post yesterday due to a problem with our news server.

    I wanted to leave this piece of SKILL to create a "character table" for the math font.

    Stéphane


    cv=dbOpenCellViewByType("MYLIB" "math" "schematic" "schematic" "w" nil )
    for( i 32 127
    schCreateNoteLabel(
    cv
    list(2*(i/16) -mod((i-32) 16)*0.5)
    sprintf(nil "%c" intToChar(i))
    "lowerLeft"
    "R0"
    "math"
    0.25
    "normalLabel"
    )
    schCreateNoteLabel(
    cv
    list(2*(i/16) -mod((i-32) 16)*0.5)
    sprintf(nil "%c=" intToChar(i))
    "lowerRight"
    "R0"
    "stick"
    0.25
    "normalLabel"
    )
    )
    dbSave(cv)
    dbClose(cv)
     
    S. Badel, Mar 28, 2007
    #3
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.