Class: TTFunk::OTFEncoder
- Inherits:
-
TTFEncoder
- Object
- TTFEncoder
- TTFunk::OTFEncoder
- Defined in:
- lib/ttfunk/otf_encoder.rb
Overview
Encodes a CFF-based OpenType font subset to its binary representation.
Constant Summary collapse
- OPTIMAL_TABLE_ORDER =
Optimal table order according to OpenType specification.
['head', 'hhea', 'maxp', 'OS/2', 'name', 'cmap', 'post', 'CFF '].freeze
Instance Attribute Summary
Attributes inherited from TTFEncoder
Method Summary
Methods inherited from TTFEncoder
Constructor Details
This class inherits a constructor from TTFunk::TTFEncoder