Class: Fontisan::Stitcher::SubfontStats
- Inherits:
-
Struct
- Object
- Struct
- Fontisan::Stitcher::SubfontStats
- Defined in:
- lib/fontisan/stitcher/collection_result.rb
Overview
Per-subfont stats computed from the loaded, on-disk subfont (not the in-memory UFO target — the compiler may add glyphs, e.g. .notdef).
Instance Attribute Summary collapse
-
#codepoint_count ⇒ Object
Returns the value of attribute codepoint_count.
-
#glyph_count ⇒ Object
Returns the value of attribute glyph_count.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#codepoint_count ⇒ Object
Returns the value of attribute codepoint_count
7 8 9 |
# File 'lib/fontisan/stitcher/collection_result.rb', line 7 def codepoint_count @codepoint_count end |
#glyph_count ⇒ Object
Returns the value of attribute glyph_count
7 8 9 |
# File 'lib/fontisan/stitcher/collection_result.rb', line 7 def glyph_count @glyph_count end |
#name ⇒ Object
Returns the value of attribute name
7 8 9 |
# File 'lib/fontisan/stitcher/collection_result.rb', line 7 def name @name end |