You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Rectangle (8 bytes): An optional 8-byte Rect Object (section 2.2.2.18).) When either ETO_CLIPPED, ETO_OPAQUE, or both are specified, the rectangle defines the dimensions, in logical coordinates, used for clipping, opaquing, or both. When neither ETO_CLIPPED nor ETO_OPAQUE is specified, the coordinates in Rectangle are ignored.
416
-
varst=8;/*2byte ofr ty tx stringLength fwOpts*/
467
+
varst=8;/*2byte of ty tx stringLength fwOpts*/
417
468
if(fwOptsisExtTextOutOptions.ETO_CLIPPED or ExtTextOutOptions.ETO_OPAQUE)
// DEFAULT_CHARSET: Specifies a character set based on the current system locale; for example, when the system locale is United States English, the default character set is ANSI_CHARSET.
13
+
or CharacterSet.DEFAULT_CHARSET=>1252,
14
+
CharacterSet.OEM_CHARSET=>437,
15
+
CharacterSet.SHIFTJIS_CHARSET=>932,
16
+
CharacterSet.HANGUL_CHARSET=>949,
17
+
CharacterSet.JOHAB_CHARSET=>1361,
18
+
CharacterSet.GB2312_CHARSET=>936,
19
+
CharacterSet.CHINESEBIG5_CHARSET=>950,
20
+
CharacterSet.HEBREW_CHARSET=>1255,
21
+
CharacterSet.ARABIC_CHARSET=>1256,
22
+
CharacterSet.GREEK_CHARSET=>1253,
23
+
CharacterSet.TURKISH_CHARSET=>1254,
24
+
CharacterSet.BALTIC_CHARSET=>1257,
25
+
CharacterSet.EASTEUROPE_CHARSET=>1250,
26
+
CharacterSet.RUSSIAN_CHARSET=>1251,
27
+
CharacterSet.THAI_CHARSET=>874,
28
+
CharacterSet.VIETNAMESE_CHARSET=>1258,
29
+
CharacterSet.SYMBOL_CHARSET=>42,// Symbol font is not a code page, but 42 is often used for Symbol font
0 commit comments