sbix
: Standard Bitmap Graphics table
The sbix
table is an OpenType table.
This sbix
table converter module depends on the
sbixGlyph
and sbixStrike
modules.
- class fontTools.ttLib.tables._s_b_i_x.table__s_b_i_x(tag=None)[source]
Bases:
DefaultTable
Standard Bitmap Graphics table
The
sbix
table stores bitmap image data in standard graphics formats like JPEG, PNG, or TIFF. The glyphs for which thesbix
table provides data are indexed by Glyph ID. For each such glyph, thesbix
table can hold different data for different sizes, called “strikes.”See also https://learn.microsoft.com/en-us/typography/opentype/spec/sbix
- subset_glyphs(s)