Specifies a physical font face that corresponds to a font file
Inheritance Hierarchy
FirstFloor.Documents.FontsGlyphTypeface
Namespace: FirstFloor.Documents.Fonts
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.11.0)
Syntax
The GlyphTypeface type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | AdvanceHeights |
Gets the advance heights for the glyphs represented by the GlyphTypeface object.
|
![]() | AdvanceWidths |
Gets the advance widths for the glyphs represented by the GlyphTypeface object.
|
![]() | Ascender |
Gets the typographic ascent.
|
![]() | CapHeight |
Gets the distance between the baseline and the approximate height of uppercase letters.
|
![]() | CharacterToGlyphMaps |
Gets the nominal mapping of a Unicode code point to a glyph index as defined by the font 'CMAP' table.
|
![]() | Copyrights |
Gets the copyright information for the GlyphTypeface object.
|
![]() | Descender |
Gets the typographic descent.
|
![]() | Descriptions |
Gets the description information for the GlyphTypeface object.
|
![]() | DesignerNames |
Gets the designer information for the GlyphTypeface object.
|
![]() | DesignerUrls |
Gets the designer URL information for the GlyphTypeface object.
|
![]() | EmbeddingRights |
Gets the font embedding permission for the GlyphTypeface object.
|
![]() | FaceNames |
Gets the face name for the GlyphTypeface object.
|
![]() | FamilyNames |
Gets the family name for the GlyphTypeface object.
|
![]() | FontUri |
Gets the font URI.
|
![]() | GlyphCount |
Gets the number of glyphs.
|
![]() | LicenseDescriptions |
Gets the license description for the GlyphTypeface object.
|
![]() | LineGap |
Gets the typographic line gap for the GlyphTypeface object.
|
![]() | ManufacturerNames |
Gets the font manufacturer information for the GlyphTypeface object.
|
![]() | SampleTexts |
Gets the sample text information for the GlyphTypeface object.
|
![]() | Trademarks |
Gets the trademark notice information for the GlyphTypeface object.
|
![]() | VendorUrls |
Gets the vendor URL information for the GlyphTypeface object.
|
![]() | VersionStrings |
Gets the version string information for the GlyphTypeface object interpreted from the font's 'NAME' table.
|
![]() | XHeight |
Gets the distance between the baseline and the approximate height of non-ascending lowercase letters.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Extension Methods
Name | Description | |
---|---|---|
![]() | GetDefaultLocalizedTypeface |
Gets the default localized typeface for specified physical font face.
(Defined by GlyphTypefaceExtensions.) |
See Also