fontisan 0.4.13 → 0.4.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fontisan
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.13
4
+ version: 0.4.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2026-07-05 00:00:00.000000000 Z
11
+ date: 2026-07-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: base64
@@ -432,6 +432,7 @@ files:
432
432
  - lib/fontisan/pipeline/strategies/preserve_strategy.rb
433
433
  - lib/fontisan/pipeline/transformation_pipeline.rb
434
434
  - lib/fontisan/pipeline/variation_resolver.rb
435
+ - lib/fontisan/sfnt_builder.rb
435
436
  - lib/fontisan/sfnt_font.rb
436
437
  - lib/fontisan/sfnt_table.rb
437
438
  - lib/fontisan/stitcher.rb
@@ -718,14 +719,17 @@ files:
718
719
  - lib/fontisan/version.rb
719
720
  - lib/fontisan/version.rb.orig
720
721
  - lib/fontisan/woff2.rb
722
+ - lib/fontisan/woff2/collection_decoder.rb
723
+ - lib/fontisan/woff2/collection_encoder.rb
721
724
  - lib/fontisan/woff2/directory.rb
722
725
  - lib/fontisan/woff2/encoder_rules.rb
726
+ - lib/fontisan/woff2/glyf_loca_reconstruct.rb
723
727
  - lib/fontisan/woff2/glyf_loca_transform.rb
724
- - lib/fontisan/woff2/glyf_transformer.rb
725
728
  - lib/fontisan/woff2/header.rb
726
729
  - lib/fontisan/woff2/hmtx_transformer.rb
727
730
  - lib/fontisan/woff2/table_transformer.rb
728
731
  - lib/fontisan/woff2/triplet_codec.rb
732
+ - lib/fontisan/woff2_collection.rb
729
733
  - lib/fontisan/woff2_font.rb
730
734
  - lib/fontisan/woff_font.rb
731
735
  - scripts/compare_stack_aware.rb