The Publish::Text::Font class is a concept class for text-font-related enumerations.
More...
|
enum | Name {
Name.TimesRoman = 0,
Name.TimesItalic = 1,
Name.TimesBold = 2,
Name.TimesBoldItalic = 3,
Name.Helvetica = 4,
Name.HelveticaOblique = 5,
Name.HelveticaBold = 6,
Name.HelveticaBoldOblique = 7,
Name.Courier = 8,
Name.CourierOblique = 9,
Name.CourierBold = 10,
Name.CourierBoldOblique = 11
} |
| Enumerates the built-in fonts available for text strings. More...
|
|
enum | Style { Style.Regular = 0,
Style.Bold = 1,
Style.Italic = 2,
Style.BoldItalic = 3
} |
| Enumerates the font styles to use for text strings. More...
|
|
enum | Type { Type.BuiltIn = 0,
Type.Explicit = 1
} |
| Enumerates the types of fonts to use for text strings. More...
|
|
The Publish::Text::Font class is a concept class for text-font-related enumerations.
Enumerates the built-in fonts available for text strings.
Enumerator |
---|
TimesRoman |
Standard Times Roman font (kA3DPDFFontTimesRoman).
|
TimesItalic |
Italic Times Roman font (kA3DPDFFontTimesItalic).
|
TimesBold |
Bold Times Roman font (kA3DPDFFontTimesBold).
|
TimesBoldItalic |
Bold Italic Times Roman font (kA3DPDFFontTimesBoldItalic).
|
Helvetica |
Standard Helvetica font (kA3DPDFFontHelvetica).
|
HelveticaOblique |
Oblique Helvetica font (kA3DPDFFontHelveticaOblique).
|
HelveticaBold |
Bold Helvetica font (kA3DPDFFontHelveticaBold).
|
HelveticaBoldOblique |
Bold Oblique Helvetica font (kA3DPDFFontHelveticaBoldOblique).
|
Courier |
Standard Courier font (kA3DPDFFontCourier).
|
CourierOblique |
Oblique Courier font (kA3DPDFFontCourierOblique).
|
CourierBold |
Bold Courier font (kA3DPDFFontCourierBold).
|
CourierBoldOblique |
Bold Oblique Courier font (kA3DPDFFontCourierBoldOblique).
|
Enumerates the font styles to use for text strings.
Enumerator |
---|
Regular |
Regular font style.
|
Bold |
Bold font style.
|
Italic |
Italic font style.
|
BoldItalic |
Bold and italic font style.
|
Enumerates the types of fonts to use for text strings.
Enumerator |
---|
BuiltIn |
Use one of the enumerated fonts.
|
Explicit |
Use an explicitly specified font.
|
The documentation for this class was generated from the following file:
- internals/hps_sprk_publish/source/cs/HPS.Publish.cs