EBLC: Embedded Bitmap Location Table

class fontTools.ttLib.tables.E_B_L_C_.BitmapSizeTable[source]
fromXML(name, attrs, content, ttFont)[source]
toXML(writer, ttFont)[source]
class fontTools.ttLib.tables.E_B_L_C_.EblcIndexSubTable(data, ttFont)[source]
compile(ttFont)[source]
ensureDecompiled(recurse=False)[source]
fromXML(name, attrs, content, ttFont)[source]
padBitmapData(data)[source]
readMetrics(name, attrs, content, ttFont)[source]
removeSkipGlyphs()[source]
toXML(writer, ttFont)[source]
writeMetrics(writer, ttFont)[source]
class fontTools.ttLib.tables.E_B_L_C_.FixedSizeIndexSubTableMixin[source]
padBitmapData(data)[source]
readMetrics(name, attrs, content, ttFont)[source]
writeMetrics(writer, ttFont)[source]
class fontTools.ttLib.tables.E_B_L_C_.SbitLineMetrics[source]
fromXML(name, attrs, content, ttFont)[source]
toXML(name, writer, ttFont)[source]
class fontTools.ttLib.tables.E_B_L_C_.Strike[source]
fromXML(name, attrs, content, ttFont, locator)[source]
toXML(strikeIndex, writer, ttFont)[source]
class fontTools.ttLib.tables.E_B_L_C_.eblc_index_sub_table_1(data, ttFont)[source]
compile(ttFont)
decompile()
ensureDecompiled(recurse=False)
fromXML(name, attrs, content, ttFont)
padBitmapData(data)
readMetrics(name, attrs, content, ttFont)
removeSkipGlyphs()
toXML(writer, ttFont)
writeMetrics(writer, ttFont)
class fontTools.ttLib.tables.E_B_L_C_.eblc_index_sub_table_2(data, ttFont)[source]
compile(ttFont)[source]
decompile()[source]
ensureDecompiled(recurse=False)
fromXML(name, attrs, content, ttFont)
padBitmapData(data)
readMetrics(name, attrs, content, ttFont)
removeSkipGlyphs()
toXML(writer, ttFont)
writeMetrics(writer, ttFont)
class fontTools.ttLib.tables.E_B_L_C_.eblc_index_sub_table_3(data, ttFont)[source]
compile(ttFont)
decompile()
ensureDecompiled(recurse=False)
fromXML(name, attrs, content, ttFont)
padBitmapData(data)
readMetrics(name, attrs, content, ttFont)
removeSkipGlyphs()
toXML(writer, ttFont)
writeMetrics(writer, ttFont)
class fontTools.ttLib.tables.E_B_L_C_.eblc_index_sub_table_4(data, ttFont)[source]
compile(ttFont)[source]
decompile()[source]
ensureDecompiled(recurse=False)
fromXML(name, attrs, content, ttFont)
padBitmapData(data)
readMetrics(name, attrs, content, ttFont)
removeSkipGlyphs()
toXML(writer, ttFont)
writeMetrics(writer, ttFont)
class fontTools.ttLib.tables.E_B_L_C_.eblc_index_sub_table_5(data, ttFont)[source]
compile(ttFont)[source]
decompile()[source]
ensureDecompiled(recurse=False)
fromXML(name, attrs, content, ttFont)
padBitmapData(data)
readMetrics(name, attrs, content, ttFont)
removeSkipGlyphs()
toXML(writer, ttFont)
writeMetrics(writer, ttFont)
class fontTools.ttLib.tables.E_B_L_C_.table_E_B_L_C_(tag=None)[source]
compile(ttFont)[source]
decompile(data, ttFont)[source]
dependencies = ['EBDT']
fromXML(name, attrs, content, ttFont)[source]
getIndexFormatClass(indexFormat)[source]
merge(m, tables)
subset_glyphs(s)
toXML(writer, ttFont)[source]

BitmapGlyphMetrics

class fontTools.ttLib.tables.BitmapGlyphMetrics.BigGlyphMetrics[source]
binaryFormat = '\n  > # big endian\n  height:       B\n  width:        B\n  horiBearingX: b\n  horiBearingY: b\n  horiAdvance:  B\n  vertBearingX: b\n  vertBearingY: b\n  vertAdvance:  B\n'
fromXML(name, attrs, content, ttFont)
toXML(writer, ttFont)
class fontTools.ttLib.tables.BitmapGlyphMetrics.BitmapGlyphMetrics[source]
fromXML(name, attrs, content, ttFont)[source]
toXML(writer, ttFont)[source]
class fontTools.ttLib.tables.BitmapGlyphMetrics.SmallGlyphMetrics[source]
binaryFormat = '\n  > # big endian\n  height:   B\n  width:    B\n  BearingX: b\n  BearingY: b\n  Advance:  B\n'
fromXML(name, attrs, content, ttFont)
toXML(writer, ttFont)