[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.StandardFonts

Class StandardFonts

Namespace
GrapeCity.Documents.Pdf
Assembly
GcDocs.Pdf.dll

Contains 14 Standard PDF fonts.

public static class StandardFonts
Inheritance
object
StandardFonts
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Properties

Courier

Courier Regular font.

public static Font Courier { get; }

Property Value

Font

CourierBold

Courier Bold font.

public static Font CourierBold { get; }

Property Value

Font

CourierBoldItalic

Courier Bold Italic font.

public static Font CourierBoldItalic { get; }

Property Value

Font

CourierItalic

Courier Italic font.

public static Font CourierItalic { get; }

Property Value

Font

Helvetica

Helvetica Regular font.

public static Font Helvetica { get; }

Property Value

Font

HelveticaBold

Helvetica Bold font.

public static Font HelveticaBold { get; }

Property Value

Font

HelveticaBoldItalic

Helvetica Bold Italic font.

public static Font HelveticaBoldItalic { get; }

Property Value

Font

HelveticaItalic

Helvetica Italic font.

public static Font HelveticaItalic { get; }

Property Value

Font

Symbol

Symbol Regular font.

public static Font Symbol { get; }

Property Value

Font

Times

Times Regular font.

public static Font Times { get; }

Property Value

Font

TimesBold

Times Bold font.

public static Font TimesBold { get; }

Property Value

Font

TimesBoldItalic

Times Bold Italic font.

public static Font TimesBoldItalic { get; }

Property Value

Font

TimesItalic

Times Italic font.

public static Font TimesItalic { get; }

Property Value

Font

ZapfDingbats

Wingding Regular font.

public static Font ZapfDingbats { get; }

Property Value

Font