PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / EmbeddedFont Class / GetFontFamily Method

In This Topic
    GetFontFamily Method (EmbeddedFont)
    In This Topic
    Get the System.Drawing.FontFamily object describing the current EmbeddedFont.
    Syntax
    'Declaration
     
    Public Function GetFontFamily() As FontFamily
    public FontFamily GetFontFamily()

    Return Value

    Returns the created FontFamily object.
    See Also