StandardFonts Enumeration

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This enum represents the PostScript names of 14 Type1 fonts, known as the standard 14 fonts.

Namespace:  Apitron.PDF.Kit.FixedLayout.Resources.Fonts
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public enum StandardFonts
Members

  Member nameValueDescription
TimesRoman0 The Time-Roman.
Helvetica1 The Helvetica.
Courier2 The Courier.
Symbol3 The Symbol.
TimesBold4 The Times-Bold.
HelveticaBold5 The Helvetica-Bold.
CourierBold6 The Courier-Bold.
ZapfDingbats7 The ZapfDingbats.
TimesItalic8 The Times-Italic.
HelveticaOblique9 The Helvetica-Oblique.
CourierOblique10 The Courier-Oblique.
TimesBoldItalic11 The Times-BoldItalic.
HelveticaBoldOblique12 The Helvetica-BoldOblique.
CourierBoldOblique13 The Courier-BoldOblique.
Examples

C#
// create text object based on standart Type1 font
TextObject text = new TextObject(StandardFonts.TimesBold, 12);
See Also

Reference