module TTFunk::Table::Post::Format10
Constants
- POSTSCRIPT_GLYPHS
Public Instance Methods
glyph_for(code)
click to toggle source
# File lib/ttfunk/table/post/format10.rb, line 39 def glyph_for(code) POSTSCRIPT_GLYPHS[code] || '.notdef' end
Private Instance Methods
parse_format!()
click to toggle source
# File lib/ttfunk/table/post/format10.rb, line 45 def parse_format! # do nothing. Format 1 is easy-sauce. end