module TTFunk::Table::Post::Format30

Version 3.0 specifies that no PostScript name information is provided for the glyphs in this font file.

Public Instance Methods

glyph_for(_code) click to toggle source

Get glyph name for character code.

@param _code [Integer] @return [String]

# File lib/ttfunk/table/post/format30.rb, line 13
def glyph_for(_code)
  '.notdef'
end

Private Instance Methods

parse_format!() click to toggle source
# File lib/ttfunk/table/post/format30.rb, line 19
def parse_format!
  # do nothing. Format 3 is easy-sauce.
end