Description
This function loads a font (not a style) and is run after TextStyle.FileName or TextStyle.BigFontFileName has set the font file name. This function must be called after loading a True Type font (TTF). It also must be called after changing any TextStyle properties, such as tracking percent, in order to load the new values into the graphics system.
Visual Basic
Public Property LoadStyleRec() As byte
C#
public byte LoadStyleRec;
Conditions
Read-only
Links
TextStyle Class, Autodesk.AutoCAD.GraphicsInterface Namespace