schHiCreateKanjiSymbol
schHiCreateKanjiSymbol( [ ?kanjiFilet_kanjiFile] [ ?libNamet_libName] [ ?cellNamet_cellName] [ ?viewNamet_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
Value Returned
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