Autodesk.AutoCAD.GraphicsInterface Namespace > FontDescriptor Structure
FontDescriptor Structure
Description

 

This .NET class wraps certain elements within the AcGiTextStyle ObjectARX class. 

 

This class encapsulates properties that describe the following font characteristics: 

  • type face
  • character set
  • pitch and family
  • bold
  • italic
 

Visual Basic
Public Structure FontDescriptor
End Structure
C#
public struct FontDescriptor {
}
Links
   Comments?