source: trunk/Include/Classes/System/Drawing/Text/misc.ab@ 497

Last change on this file since 497 was 497, checked in by イグトランス (egtra), 16 years ago

インクルードガードとその他不要な前処理定義などの削除

File size: 192 bytes
Line 
1' Classes/System/Drawing/Text/misc.ab
2
3Enum TextRenderingHint
4 SystemDefault = 0
5 SingleBitPerPixelGridFit
6 SingleBitPerPixel
7 AntiAliasGridFit
8 AntiAlias
9 ClearTypeGridFit
10End Enum
Note: See TracBrowser for help on using the repository browser.