TextStyleGlyphTypeface Property
|
Gets the GliphTypface associated with the font file, this is only applicable to true type fonts.
Namespace:
DXFReaderNET.Tables
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public GlyphTypeface GlyphTypeface { get; }
Public ReadOnly Property GlyphTypeface As GlyphTypeface
Get
public:
property GlyphTypeface^ GlyphTypeface {
GlyphTypeface^ get ();
}
member GlyphTypeface : GlyphTypeface with get
PROPERTY GlyphTypeface AS GlyphTypeface GET
Property Value
Type:
GlyphTypefaceSee Also