A3DPDFEFontName

enum A3DPDFEFontName

Different predefined fonts.

The PDF format includes a set of 14 standard fonts that can be used without prior definition. HOOPS Publish can set text using the base 14 fonts, even if the fonts do not exist on the local system. These fonts are automatically supported by default by Adobe Reader. Nothing specific is required to display these fonts. The font will be referenced (not embedded), which is an appropriate method for a Base14 font references. Any viewer should be able to display the resulting text, either in the referenced font or in a suitable substitute.

4.1

To have the set of characters supported by these fonts, please refer to the PDF norm annex D.2 for latin fonts and D.6 for symbol fonts. Symbol and Zapfindgbats fonts have built-in encodings. Other latin fonts (Times, Courier, Helvetica) are encoded with WinAnsiEncoding.

enumerator kA3DPDFFontTimesRoman = 0

Adobe standard Times font, with a normal face.

enumerator kA3DPDFFontTimesItalic

Adobe standard Times font, with a italic face.

enumerator kA3DPDFFontTimesBold

Adobe standard Times font, with a bold face.

enumerator kA3DPDFFontTimesBoldItalic

Adobe standard Times font, with a bold-italic face.

enumerator kA3DPDFFontHelvetica

Adobe standard Helvetica font, with a normal face.

enumerator kA3DPDFFontHelveticaOblique

Adobe standard Helvetica font, with a italic face.

enumerator kA3DPDFFontHelveticaBold

Adobe standard Helvetica font, with a bold face.

enumerator kA3DPDFFontHelveticaBoldOblique

Adobe standard Helvetica font, with a bold-italic face.

enumerator kA3DPDFFontCourier

Adobe standard Courier font, with a normal face.

enumerator kA3DPDFFontCourierOblique

Adobe standard Courier font, with a italic face.

enumerator kA3DPDFFontCourierBold

Adobe standard Courier font, with a bold face.

enumerator kA3DPDFFontCourierBoldOblique

Adobe standard Courier font, with a bold-italic face.

enumerator kA3DPDFFontSymbol

Adobe standard Symbol font.

enumerator kA3DPDFFontZapfDingbats

Adobe standard ZapfDingbats font.