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
-
#glyph_for(_code) ⇒ String
Get glyph name for character code.
Instance Method Details
#glyph_for(_code) ⇒ String
Get glyph name for character code.
Source Code
lib/ttfunk/table/post/format30.rb, line 13
13 | def glyph_for(_code) |
14 | '.notdef'
|
15 | end
|