Class GlyphTypeface
Specifies a physical font face that corresponds to a font file on the disk.
Inheritance
System.Object
GlyphTypeface
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Media
Assembly: OpenSilver.dll
Syntax
[NotImplemented]
public sealed class GlyphTypeface
Properties
| Improve this Doc View SourceFontFileName
Gets or sets the font file name for the GlyphTypeface object.
Declaration
public string FontFileName { get; }
Property Value
Type | Description |
---|---|
System.String | The font file name for the GlyphTypeface object. |
Version
Gets the font face version interpreted from the font's 'NAME' table.
Declaration
public double Version { get; }
Property Value
Type | Description |
---|---|
System.Double | A System.Double value that represents the version. |