[]
Contains information about a particular True Type font.
public class FontInfo
| 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. |
| 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. |