Module: TTFunk::Table::Post::Format30

Defined in:
lib/ttfunk/table/post/format30.rb

Overview

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

Instance Method Summary collapse

Instance Method Details

#glyph_for(_code) ⇒ String

Get glyph name for character code.

Parameters:

  • _code (Integer)

Returns:

  • (String)


13
14
15
# File 'lib/ttfunk/table/post/format30.rb', line 13

def glyph_for(_code)
  '.notdef'
end