source: Include/Classes/System/Drawing/Text/misc.ab@ 77

Last change on this file since 77 was 77, checked in by イグトランス (egtra), 17 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
6Enum TextRenderingHint
7 SystemDefault = 0
8 SingleBitPerPixelGridFit
9 SingleBitPerPixel
10 AntiAliasGridFit
11 AntiAlias
12 ClearTypeGridFit
13End Enum
14
15#endif '__SYSTEM_DRAWING_TEXT_MISC_AB__
Note: See TracBrowser for help on using the repository browser.