source:
trunk/Include/Classes/System/Drawing/Text/misc.ab@
505
Last change on this file since 505 was 497, checked in by , 17 years ago | |
---|---|
File size: 192 bytes |
Rev | Line | |
---|---|---|
[77] | 1 | ' Classes/System/Drawing/Text/misc.ab |
2 | ||
3 | Enum TextRenderingHint | |
4 | SystemDefault = 0 | |
5 | SingleBitPerPixelGridFit | |
6 | SingleBitPerPixel | |
7 | AntiAliasGridFit | |
8 | AntiAlias | |
9 | ClearTypeGridFit | |
10 | End Enum |
Note:
See TracBrowser
for help on using the repository browser.