source:
Include/Classes/System/Drawing/Text/misc.ab@
93
| Last change on this file since 93 was 77, checked in by , 19 years ago | |
|---|---|
| File size: 319 bytes | |
| Line | |
|---|---|
| 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.
