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

In This Topic
    GetBuiltInIndex Method (FontSubSet)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function GetBuiltInIndex( _
       ByVal fontName As System.String, _
       ByVal bold As System.Boolean, _
       ByVal italic As System.Boolean, _
       ByVal sansSerif As System.Boolean, _
       ByVal fixedPitch As System.Boolean, _
       ByVal symbol As System.Boolean _
    ) As System.Integer
    public static System.int GetBuiltInIndex( 
       System.string fontName,
       System.bool bold,
       System.bool italic,
       System.bool sansSerif,
       System.bool fixedPitch,
       System.bool symbol
    )

    Parameters

    fontName
    bold
    italic
    sansSerif
    fixedPitch
    symbol
    See Also