Class: Fontisan::Models::CollectionListInfo

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

Overview

Model for collection font listing

Represents a list of fonts within a TTC/OTC collection. Used by LsCommand when operating on collection files.

Examples:

Creating a collection list

list = CollectionListInfo.new(
  collection_path: "fonts.ttc",
  num_fonts: 6,
  fonts: [summary1, summary2, ...]
)