Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Core Namespace / TextFont Structure
Members


In This Topic
    TextFont Structure
    In This Topic
    This element specifies that an East Asian(or Latin or complex) font be used for a specific run of text. This font is specified with a typeface attribute much like the others but is specifically classified as an East Asian(or Latin or complex) font.
    Syntax
    'Declaration
     
    
    Public Structure TextFont 
       Inherits System.ValueType
    'Usage
     
    
    Dim instance As TextFont
    public struct TextFont : System.ValueType 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          GrapeCity.Core.TextFont

    See Also