module HexaPDF::Font::TrueType::Table::Post::Format1

'post' table format 1

Constants

GLYPH_NAMES

The 258 predefined glyph names in the standard Macintosh ordering.

Public Class Methods

parse(io, length) → glyph_names click to toggle source

Returns the array containing the 258 predefined glpyh names.

# File lib/hexapdf/font/true_type/table/post.rb, line 154
def self.parse(_io, _length)
  GLYPH_NAMES
end