FontCharset
IPDFDocument4 :: Types used in IPDFDocument4

See Also
Collapse All

This type specifies the character set for the font.

Syntax

enum FontCharset

Remarks

PDF Creator Pilot supports the following character sets:

Name

Character Set

Value

fcANSI

ANSI

0

fcDefault

Default (specified by font's author)

1

fcSymbol

Standard symbols

2

fcMac

Macintosh

77

fcShiftJIS

Japanese shift-jis

128

fcHangeul

Korean (Wansung)

129

fcJohab

Korean (Johab)

130

fcGB2312

Simplified Chinese (mainland China)

134

fcChineseBIG5

Traditional Chinese (Taiwanese)

136

fcGreek

Greek

161

fcTurkish

Turkish

162

fcVietnamese

Vietnamese

163

fcHebrew

Hebrew

177

fcArabic

Arabic

178

fcBaltic

Baltic

186

fcRussian

Cyrillic

204

fcThai

Thai

222

fcEastEurope

ANSI characters with diacritical marks for Eastern European countries

238

fcOEM

OEM

255

See Also

Reference