Sha256: 83427eeffe7d341c107924d0a4fc5c9a7145b75fb6cb629bb04163542db09cb1
Contents?: true
Size: 155 Bytes
Versions: 2
Compression:
Stored size: 155 Bytes
Contents
module Text2Path Glyph = Struct.new :path, :horiz_adv_x, :horiz_adv_y class Glyph def empty? !path || path.empty? end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
text2path-0.0.2 | lib/text2path/glyph.rb |
text2path-0.0.1 | lib/text2path/glyph.rb |