module HexaPDF::Type::FontType1::StandardFonts

Provides the names and additional mappings of the Standard 14 Fonts.

Public Class Methods

font(name)

Returns the Type1 font object for the given standard font name, or nil if the given name doesn’t belong to a standard font.

standard_font?(name)

Returns true if the given name is the name of a standard font.

standard_name(name)

Returns the standard name of the font in case an additional name is used, or nil if the given name doesn’t belong to a standard font.