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 the sbix table provides data are indexed by Glyph ID. For each such glyph, the sbix table can hold different data for different sizes, called “strikes.”

See also https://learn.microsoft.com/en-us/typography/opentype/spec/sbix

decompile(data, ttFont)[source]
compile(ttFont)[source]
toXML(xmlWriter, ttFont)[source]
fromXML(name, attrs, content, ttFont)[source]
subset_glyphs(s)
class fontTools.ttLib.tables._s_b_i_x.sbixStrikeOffset[source]

Bases: object