module TTFunk::Table::Post::Format30
Public Instance Methods
glyph_for(code)
click to toggle source
# File lib/ttfunk/table/post/format30.rb, line 5 def glyph_for(code) ".notdef" end
Private Instance Methods
parse_format!()
click to toggle source
# File lib/ttfunk/table/post/format30.rb, line 11 def parse_format! # do nothing. Format 3 is easy-sauce. end