source:
Include/Classes/System/Drawing/Text/misc.ab@
92
Last change on this file since 92 was 77, checked in by , 18 years ago | |
---|---|
File size: 319 bytes |
Rev | Line | |
---|---|---|
[77] | 1 | ' Classes/System/Drawing/Text/misc.ab |
2 | ||
3 | #ifndef __SYSTEM_DRAWING_TEXT_MISC_AB__ | |
4 | #define __SYSTEM_DRAWING_TEXT_MISC_AB__ | |
5 | ||
6 | Enum TextRenderingHint | |
7 | SystemDefault = 0 | |
8 | SingleBitPerPixelGridFit | |
9 | SingleBitPerPixel | |
10 | AntiAliasGridFit | |
11 | AntiAlias | |
12 | ClearTypeGridFit | |
13 | End Enum | |
14 | ||
15 | #endif '__SYSTEM_DRAWING_TEXT_MISC_AB__ |
Note:
See TracBrowser
for help on using the repository browser.