ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Util Namespace / FontSubSet Class / GetFontDifference Method

In This Topic
    GetFontDifference Method (FontSubSet)
    In This Topic
    Calculates "panse index" (panoseIndex) and count of chars that can be displayed by fss. panoseIndex represents difference between current FontSubSetBase object and fss object. Minimal number defines minimal difference, i.e. 0 means that current FontSubSetBase object and fss very similar. -1 means that fss can not be used as alternative for current object to display s.
    Syntax
    'Declaration
     
    Public Sub GetFontDifference( _
       ByVal text As System.String, _
       ByVal fss As FontSubSet, _
       ByRef panoseIndex As System.Integer, _
       ByRef supportedGlyphCount As System.Integer _
    ) 
    public void GetFontDifference( 
       System.string text,
       FontSubSet fss,
       out System.int panoseIndex,
       out System.int supportedGlyphCount
    )

    Parameters

    text
    fss
    panoseIndex
    supportedGlyphCount
    See Also