[]
        
(Showing Draft Content)

C1.C1Preview.Util.FontInfo

FontInfo Class

Contains information about a particular True Type font.

Inheritance
FontInfo
Namespace: C1.C1Preview.Util
Assembly: C1.PrintDocument.8.dll
Syntax
public class FontInfo

Constructors

Name Description
FontInfo(EmbeddedFont)

Creates a new instance of FontInfo for the specified EmbeddedFont.

FontInfo(Font)

Creates a new instance of FontInfo for the specified Font.

Properties

Name Description
CanEmbed

Gets the value indicating whether the font licensing allows embedding.

CanSubset

Gets the value indicating whether the font licensing allows subsetting.

EmSize

Gets the em size of the font, in font design units.

MustObfuscate

Gets the value indicating whether the font licensing requires obfuscating when embedded in XPS.

MustRestrict

Gets the value indicating whether the font licensing restricts the font to read-only use.

ShouldObfuscate

Gets the value indicating whether the font should be obfuscated when embedded in XPS.

StrikeoutPosition

Gets the strikeout position, relative to the baseline, in design units. Positive values are above the base line and negative values are below.

SubscriptQuotient

Gets the subscript size quotient. Multiply the size of the font by this value to get the subscript size.

SubscriptSize

Gets the subscript size of the font, in font design units.

SuperscriptQuotient

Gets the superscript size quotient. Multiply the size of the font by this value to get the superscript size.

SuperscriptSize

Gets the superscript size of the font, in font design units.

UnderscorePosition

Gets the underscore position, relative to the baseline, in design units. Positive values are above the base line and negative values are below.

UnderscoreThickness

Gets the underscore line thickness, in design units.