ComponentOne Reports for WPF
C1.C1Report.CustomFields.Maps Namespace / Util Class / StringToFont Method

In This Topic
    StringToFont Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function StringToFont( _
       ByVal fontString As String _
    ) As Font
    public static Font StringToFont( 
       string fontString
    )

    Parameters

    fontString
    See Also