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

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

GdiPlusEnums.abの列挙体を名前空間System.Drawing以下に配置

File size: 445 bytes
RevLine 
[77]1' Classes/System/Drawing/Text/misc.ab
[635]2Namespace System
3Namespace Drawing
4Namespace Text
[77]5
6Enum TextRenderingHint
7 SystemDefault = 0
8 SingleBitPerPixelGridFit
9 SingleBitPerPixel
10 AntiAliasGridFit
11 AntiAlias
12 ClearTypeGridFit
13End Enum
[635]14
[700]15Enum GenericFontFamily
16 Serif
17 SansSerif
18 Monospace
19End Enum
20
21Enum HotkeyPrefix
22 None = 0
23 Show = 1
24 Hide = 2
25End Enum
26
[635]27End Namespace
28End Namespace
29End Namespace
Note: See TracBrowser for help on using the repository browser.