The PrintTrueType enumerated constant defines values whether the True Type font will be used.
[C#]
public enum PrintTrueType;
[Visual Basic]
Public Enum PrintTrueType
[Visual RPG]
BegEnum PrintTrueType Access(*Public)
PrintTrueType defines values in which you can select one of the choices.
| Member | Description | Value |
|---|---|---|
Bitmap |
Print True Type font as graphics. |
1 |
Download |
Download True Type fonts as soft fonts. | 2 |
Subdev |
Substitute device fonts for True Type fonts. |
3 |
Namespace: ASNA DataGate
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family.
Assembly: ASNA DataGate Client (in ASNA DataGate.Client.dll)