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:
DefaultTableStandard Bitmap Graphics table
The
sbixtable stores bitmap image data in standard graphics formats like JPEG, PNG, or TIFF. The glyphs for which thesbixtable provides data are indexed by Glyph ID. For each such glyph, thesbixtable can hold different data for different sizes, called “strikes.”See also https://learn.microsoft.com/en-us/typography/opentype/spec/sbix
- subset_glyphs(s)