Class: Fontisan::Models::TableSharingInfo

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

Overview

Model for table sharing statistics

Represents table deduplication information in a TTC/OTC collection. Shows which tables are shared between fonts.

Examples:

Creating table sharing info

sharing = TableSharingInfo.new(
  shared_tables: 12,
  unique_tables: 48,
  sharing_percentage: 20.0,
  space_saved_bytes: 156300
)