Class: Fontisan::Stitcher::SubfontStats

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#codepoint_countObject

Returns the value of attribute codepoint_count

Returns:

  • (Object)

    the current value of codepoint_count



7
8
9
# File 'lib/fontisan/stitcher/collection_result.rb', line 7

def codepoint_count
  @codepoint_count
end

#glyph_countObject

Returns the value of attribute glyph_count

Returns:

  • (Object)

    the current value of glyph_count



7
8
9
# File 'lib/fontisan/stitcher/collection_result.rb', line 7

def glyph_count
  @glyph_count
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



7
8
9
# File 'lib/fontisan/stitcher/collection_result.rb', line 7

def name
  @name
end