New to Telerik Document ProcessingStart a free 30-day trial

Names of the 14 PDF Standard Type 1 fonts available on all PDF viewers.

Definition

Namespace:Telerik.Windows.Documents.Fixed.Fonts

Assembly:Telerik.Windows.Documents.Fixed.dll

Syntax:

C#
public enum StandardFontNames

Fields

Monospaced Courier.

C#
Courier = 0

Monospaced Courier Bold.

C#
CourierBold = 1

Monospaced Courier Bold Oblique.

C#
CourierBoldOblique = 2

Monospaced Courier Oblique.

C#
CourierOblique = 3

Sans-serif Helvetica.

C#
Helvetica = 4

Sans-serif Helvetica Bold.

C#
HelveticaBold = 5

Sans-serif Helvetica Bold Oblique.

C#
HelveticaBoldOblique = 6

Sans-serif Helvetica Oblique.

C#
HelveticaOblique = 7

Symbol font.

C#
Symbol = 12

Serif Times Bold.

C#
TimesBold = 9

Serif Times Bold Italic.

C#
TimesBoldItalic = 10

Serif Times Italic.

C#
TimesItalic = 11

Serif Times Roman.

C#
TimesRoman = 8

ZapfDingbats dingbat font.

C#
ZapfDingbats = 13