module TTFunk::Table::Post::Format30

Public Instance Methods

glyph_for(_code) click to toggle source
# File lib/ttfunk/table/post/format30.rb, line 7
def glyph_for(_code)
  '.notdef'
end

Private Instance Methods

parse_format!() click to toggle source
# File lib/ttfunk/table/post/format30.rb, line 13
def parse_format!
  # do nothing. Format 3 is easy-sauce.
end