TxFontCharset
IPDFDocument3 :: Types used in IPDFDocument3

See Also
Collapse All

This type allows you to specify the character set for the font.

Syntax

enum TxFontCharset

Remarks

PDF Creator Pilot supports the following character sets:

Name

Description

Value

charsetANSI_CHARSET

ANSI characters

0

charsetDEFAULT_CHARSET

Default (specified by font's author) character set

1

charsetSYMBOL_CHARSET

Standard symbol set

2

charsetMAC_CHARSET

Macintosh characters

77

charsetSHIFTJIS_CHARSET

Japanese shift-jis characters

128

charsetHANGEUL_CHARSET

Korean characters (Wansung)

129

charsetJOHAB_CHARSET

Korean characters (Johab)

130

charsetGB2312_CHARSET

Simplified Chinese characters (mainland China)

134

charsetCHINESEBIG5_CHARSET

Traditional Chinese characters (Taiwanese)

136

charsetGREEK_CHARSET

Greek characters

161

charsetTURKISH_CHARSET

Turkish characters

162

charsetVIETNAMESE_CHARSET

Vietnamese characters

163

charsetHEBREW_CHARSET

Hebrew characters

177

charsetARABIC_CHARSET

Arabic characters

178

charsetBALTIC_CHARSET

Baltic characters

186

charsetRUSSIAN_CHARSET

Cyrillic characters

204

charsetTHAI_CHARSET

Thai characters

222

charsetEASTEUROPE_CHARSET

ANSI characters with diacritical marks for Eastern European countries

238

charsetOEM_CHARSET

OEM characters

255

See Also

Reference