InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Util Namespace / FontSubSet.KernSubtable Class
Properties Methods


In This Topic
    FontSubSet.KernSubtable Class Members
    In This Topic

    The following tables list the members exposed by FontSubSet.KernSubtable.

    Public Properties
     NameDescription
    Public PropertyIf set, kerning is perpendicular to the flow of the text.  
    Public PropertyIf set, the table has horizontal data, if not set, it has vertical data.  
    Public PropertyThe left-hand glyph and the right-hand glyph in the kerning pairs: (leftGlyphID << 16) | rightGlyphID.  
    Public PropertyThe kerning value for the above pair, in FUnits.  
    Public PropertyIf set, the table has minimum values, if not set, the table has kerning values.  
    Public PropertyNumber of kerning pairs.  
    Public PropertyIf set, the value in this table should replace the value currently being accumulated.  
    Top
    Public Methods
     NameDescription
    Public MethodReturns the index of a given key pair, or -1.  
    Top
    See Also