Last change
on this file since 673 was 635, checked in by NoWest, 16 years ago |
名前空間への入れ忘れの修正と
ConsoleクラスのResetColorのバグへ対応。
正しい動作かご確認ください。
|
File size:
292 bytes
|
Line | |
---|
1 | ' Classes/System/Drawing/Text/misc.ab
|
---|
2 | Namespace System
|
---|
3 | Namespace Drawing
|
---|
4 | Namespace Text
|
---|
5 |
|
---|
6 | Enum TextRenderingHint
|
---|
7 | SystemDefault = 0
|
---|
8 | SingleBitPerPixelGridFit
|
---|
9 | SingleBitPerPixel
|
---|
10 | AntiAliasGridFit
|
---|
11 | AntiAlias
|
---|
12 | ClearTypeGridFit
|
---|
13 | End Enum
|
---|
14 |
|
---|
15 | End Namespace
|
---|
16 | End Namespace
|
---|
17 | End Namespace
|
---|
Note:
See
TracBrowser
for help on using the repository browser.