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)
Source Code
lib/ttfunk/table/post/format30.rb, line 13
13
def glyph_for(_code)
14
  '.notdef'
15
end