TextBase.FontInfo Class Members
                In This Topic
            
            The following tables list the members exposed by TextBase.FontInfo.
            
            Public Constructors
            
            
            
            
            
            
            
            Public Properties
|  | Name | Description | 
|---|
|  | Bold | Gets whether font is bold or not. | 
|  | Index | Gets zero-based index of the font. Font table is in settings: COMPANY.GedViewer.Fonts.Val with index 0 to 9. | 
|  | Italic | Gets whether font is italic or not. | 
|  | Name | Name of the font pointed by index in font table. | 
|  | Strikeout | Gets whether font is strikeout or not. | 
|  | Underline | Gets whether font is underlined or not. | 
TopPublic Methods
|  | Name | Description | 
|---|
|  | Dispose | Destructor for deterministic finalization of FontInfo object. | 
TopSee Also