class HexaPDF:: Font:: TrueType:: Table:: Post
Parent | HexaPDF::Font::TrueType::Table |
---|
The ‘post’ table contains information for using a font on a PostScript printer.
post format 2.5 is currently not implemented because use of the format is deprecated since 2000 in the specification and no font with a format 2.5 post subtable was available for testing.
See: developer.apple.com/fonts/TrueType-Reference-Manual/RM06/Chap6post.html
Attributes
The format of the table (a Rational).
Specifies whether the font is proportional (value is 0) or monospaced (value is not 0).
The italic angle (a Rational).
Maximum memory usage when a font is downloaded.
Minimum memory usage when a font is downloaded.
The suggested distance of the top of the underline from the baseline (negative values indicate underlines below the baseline).
The suggested thickness for underlines.
Public Instance Methods
Returns the name for the given glpyh id or “.notdef” if the given glyph id has no name.
Returns true
if the font is monospaced.
See: is_fixed_pitch