Last change
on this file since 167 was 77, checked in by イグトランス (egtra), 18 years ago |
Controlの追加とそれに伴う修正
|
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.