public static final class PageTrueTypeFontMode.PageTrueTypeFontModeOption extends Option
Describes the PageTrueTypeFontMode
feature options.
Modifier and Type | Field and Description |
---|---|
static PageTrueTypeFontMode.PageTrueTypeFontModeOption |
Automatic
Automatic handling of TrueType font.
|
static PageTrueTypeFontMode.PageTrueTypeFontModeOption |
DownloadAsNativeTrueTypeFont
TrueType font is downloaded as native true type font.
|
static PageTrueTypeFontMode.PageTrueTypeFontModeOption |
DownloadAsOutlineFont
TrueType font is downloaded as outline font.
|
static PageTrueTypeFontMode.PageTrueTypeFontModeOption |
DownloadAsRasterFont
TrueType font is downloaded as raster font.
|
static PageTrueTypeFontMode.PageTrueTypeFontModeOption |
RenderAsBitmap
TrueType font is rendered as a bitmap.
|
getName
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName
public static PageTrueTypeFontMode.PageTrueTypeFontModeOption Automatic
Automatic handling of TrueType font.
public static PageTrueTypeFontMode.PageTrueTypeFontModeOption DownloadAsOutlineFont
TrueType font is downloaded as outline font.
public static PageTrueTypeFontMode.PageTrueTypeFontModeOption DownloadAsRasterFont
TrueType font is downloaded as raster font.
public static PageTrueTypeFontMode.PageTrueTypeFontModeOption DownloadAsNativeTrueTypeFont
TrueType font is downloaded as native true type font.
public static PageTrueTypeFontMode.PageTrueTypeFontModeOption RenderAsBitmap
TrueType font is rendered as a bitmap.
Copyright © 2022 Aspose. All Rights Reserved.