API Help
Eplan.EplApi.DataModel.Graphics Namespace / TextBase.FontInfo Class
Members

In This Topic
    TextBase.FontInfo Class
    In This Topic
    Class for representation font information in text objects.
    Inheritance Hierarchy

    System.Object
       Eplan.EplApi.DataModel.Graphics.TextBase.FontInfo

    Syntax
    public class TextBase.FontInfo 
    public ref class TextBase.FontInfo 
    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets whether font is bold or not.  
    Public PropertyGets zero-based index of the font. Font table is in settings: COMPANY.GedViewer.Fonts.Val with index 0 to 9.  
    Public PropertyGets whether font is italic or not.  
    Public PropertyName of the font pointed by index in font table.  
    Public PropertyGets whether font is strikeout or not.  
    Public PropertyGets whether font is underlined or not.  
    Top
    Public Methods
     NameDescription
    Public MethodDestructor for deterministic finalization of FontInfo object.  
    Top
    See Also