EK RTF report components for .Net
PreviousUpNext
EkBaseRTFReport.Charset Property
Pascal
[Editor(typeof(CharsetEditor), typeof(System.Drawing.Design.UITypeEditor))]
property Charset: byte;
C#
[Editor(typeof(CharsetEditor), typeof(System.Drawing.Design.UITypeEditor))]
 byte Charset;
Visual Basic
<Editor(typeof(CharsetEditor), typeof(System.Drawing.Design.UITypeEditor))>
 Property Charset() As byte

Sets font charset in an output document. This property is useful for non-Latin character sets. 

 

Constant name 
Value 
ANSI_CHARSET 
DEFAULT_CHARSET 
RUSSIAN_CHARSET 
204 
OEM_CHARSET 
255 
SYMBOL_CHARSET 
MAC_CHARSET 
77 
SHIFTJIS_CHARSET 
128 
HANGEUL_CHARSET 
129 
JOHAB_CHARSET 
130 
GB2312_CHARSET 
134 
CHINESEBIG5_CHARSET 
136 
GREEK_CHARSET 
161 
TURKISH_CHARSET 
162 
HEBREW_CHARSET 
177 
ARABIC_CHARSET 
178 
BALTIC_CHARSET 
186 
THAI_CHARSET 
222 
EASTEUROPE_CHARSET 
238 
Copyright (c) 2007. All rights reserved.