PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.Util Namespace / FontSubSet Class / GetBuiltInIndex Method

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

    Parameters

    fontName
    bold
    italic
    sansSerif
    fixedPitch
    symbol
    See Also