Class: Fontisan::Models::CollectionFontSummary

Inherits:
Lutaml::Model::Serializable
  • Object
show all
Defined in:
lib/fontisan/models/collection_font_summary.rb

Overview

Model for individual font summary within a collection

Represents basic metadata for a single font in a TTC/OTC collection. Used by CollectionListInfo to provide per-font summaries.

Examples:

Creating a font summary

summary = CollectionFontSummary.new(
  index: 0,
  family_name: "Helvetica",
  subfamily_name: "Regular",
  postscript_name: "Helvetica-Regular",
  font_format: "TrueType",
  num_glyphs: 268,
  num_tables: 14
)