Table of Contents

Enum FxFontCharset

Namespace
nebulae.dotPDFium.Native
Assembly
dotPDFium.dll

Specifies character set values used to define the encoding of text in fonts.

public enum FxFontCharset

Fields

ANSI = 0
Arabic = 178
ChineseBig5 = 136
Cyrillic = 204
Default = 1
EasternEuropean = 238
GB2312 = 134
Greek = 161
Hangeul = 129
Hebrew = 177
ShiftJIS = 128
Symbol = 2
Thai = 222
Vietnamese = 163

Remarks

This enumeration is commonly used to specify the character set for font rendering or text encoding. Each value corresponds to a specific character set, which determines how characters are mapped to glyphs.