Module: HexaPDF::Font::TrueType::Table::Post::Format3

Defined in:
lib/hexapdf/font/true_type/table/post.rb

Overview

‘post’ table format 3

Class Method Summary collapse

Class Method Details

.parse(_io, _length) ⇒ Object

:call-seq:

Format3.parse(io, length)    -> glyph_names

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



201
202
203
# File 'lib/hexapdf/font/true_type/table/post.rb', line 201

def self.parse(_io, _length)
  [].freeze
end