module HexaPDF::Font::TrueType::Table::Post::Format3

'post' table format 3

Public Class Methods

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

Since the post table format 3 does not contain any valid glyph names, an empty array is returned.

# File lib/hexapdf/font/true_type/table/post.rb, line 200
def self.parse(_io, _length)
  [].freeze
end