Class PageTrueTypeFontMode.PageTrueTypeFontModeOption

PageTrueTypeFontMode.PageTrueTypeFontModeOption class

Describes the PageTrueTypeFontMode feature options.

public sealed class PageTrueTypeFontModeOption : Option

Properties

NameDescription
Name { get; }Gets the element name.

Methods

NameDescription
Add(params IOptionItem[])Adds a list of items to the end of this option’s item list. Each one must be a ScoredProperty or Property instance.

Fields

NameDescription
static AutomaticAutomatic handling of TrueType font.
static DownloadAsNativeTrueTypeFontTrueType font is downloaded as native true type font.
static DownloadAsOutlineFontTrueType font is downloaded as outline font.
static DownloadAsRasterFontTrueType font is downloaded as raster font.
static RenderAsBitmapTrueType font is rendered as a bitmap.

See Also