GoDigram for .NET Framework and .NET Core
Northwoods.Go.Pdf Namespace / GoPdfFont Enumeration
In This Topic
    GoPdfFont Enumeration
    In This Topic
    Represents the 14 standard PDF fonts that can be substituded for an intended font if the intended font can't be embedded.
    Syntax
    public enum GoPdfFont : System.Enum 
    Members
    MemberDescription
    Courier A standard PDF font.
    CourierBold A standard PDF font.
    CourierBoldOblique A standard PDF font.
    CourierOblique A standard PDF font.
    Helvetica A standard PDF font.
    HelveticaBold A standard PDF font.
    HelveticaBoldOblique A standard PDF font.
    HelveticaOblique A standard PDF font.
    NoSubstitution Indicates that no substitution should be made, and the PDF should assume the specified font is installed.
    Symbol A standard PDF font.
    TimesBold A standard PDF font.
    TimesBoldItalic A standard PDF font.
    TimesItalic A standard PDF font.
    TimesRoman A standard PDF font.
    ZapfDingbats A standard PDF font.
    See Also