source: trunk/ab5.0/ablib/src/Classes/System/Drawing/Text/misc.ab@ 635

Last change on this file since 635 was 635, checked in by NoWest, 16 years ago

名前空間への入れ忘れの修正と
ConsoleクラスのResetColorのバグへ対応。
正しい動作かご確認ください。

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