Product Documentation
Virtuoso Schematic Editor SKILL Functions Reference
Product Version IC23.1, November 2023

schHiCreateKanjiSymbol

schHiCreateKanjiSymbol(
[ ?kanjiFile t_kanjiFile ]
[ ?libName t_libName ]
[ ?cellName t_cellName ]
[ ?viewName t_viewName ] 
)
=> t / nil

Description

Creates a symbol view containing kanji characters based on the information in an EUC-packed format kanji file. The software generates a symbol cellview that contains kanji character graphics.

Arguments

?kanjiFile t_kanjiFile

Filename of a preexisting EUC-packed kanji file; must be enclosed in quotation marks.

?libName t_libName

Library name of the created symbol; must be enclosed in quotation marks.

?cellName t_cellName

Cell name of the created symbol; must be enclosed in quotation marks.

?viewName t_viewName

Viewname of the created symbol; must be enclosed in quotation marks.

Value Returned

t

The Kanji symbol was created.

nil

Caller supplied optional arguments that are not a string.

Examples

Creates a symbol from the Japanese EUC kanji input file named kanji/kanjitxt.euc and stores the output symbol in Class adder4bit_kanji_9.

schHiCreateKanjiSymbol("kanji/kanjitxt.euc" "Class" "adder4bit_kanji_9" "symbol")

Return to top
 ⠀
X