The FontInfo type exposes the following members.

Constructors

  Name Description
Public method FontInfo(Font)
Creates a new instance of FontInfo for the specified Font.
Public method FontInfo(EmbeddedFont)
Creates a new instance of FontInfo for the specified EmbeddedFont.

Properties

  Name Description
Public property CanEmbed
Gets the value indicating whether the font licensing allows embedding.
Public property CanSubset
Gets the value indicating whether the font licensing allows subsetting.
Public property EmSize
Gets the em size of the font, in font design units.
Public property MustObfuscate
Gets the value indicating whether the font licensing requires obfuscating when embedded in XPS.
Public property MustRestrict
Gets the value indicating whether the font licensing restricts the font to read-only use.
Public property ShouldObfuscate
Gets the value indicating whether the font should be obfuscated when embedded in XPS.
Public property StrikeoutPosition
Gets the strikeout position, relative to the baseline, in design units. Positive values are above the base line and negative values are below.
Public property SubscriptQuotient
Gets the subscript size quotient. Multiply the size of the font by this value to get the subscript size.
Public property SubscriptSize
Gets the subscript size of the font, in font design units.
Public property SuperscriptQuotient
Gets the superscript size quotient. Multiply the size of the font by this value to get the superscript size.
Public property SuperscriptSize
Gets the superscript size of the font, in font design units.
Public property UnderscorePosition
Gets the underscore position, relative to the baseline, in design units. Positive values are above the base line and negative values are below.
Public property UnderscoreThickness
Gets the underscore line thickness, in design units.

See Also