Sha256: 47c5c6aa9786d30b839cecaf287d8804a2f6cda84b08f1d0dbb753f62bdca8f4
Contents?: true
Size: 263 Bytes
Versions: 36
Compression:
Stored size: 263 Bytes
Contents
module TTFunk class Table class Post module Format30 def glyph_for(code) ".notdef" end private def parse_format! # do nothing. Format 3 is easy-sauce. end end end end end
Version data entries
36 entries across 36 versions & 10 rubygems