Searched defs:ttLib (Results 1 - 25 of 36) sorted by relevance

12

/external/fonttools/Lib/fontTools/ttLib/tables/
H A DT_S_I__2.py1 from fontTools import ttLib namespace
3 superclass = ttLib.getTableClass("TSI0")
H A D_p_r_e_p.py1 from fontTools import ttLib namespace
3 superclass = ttLib.getTableClass("fpgm")
H A DT_S_I__3.py1 from fontTools import ttLib namespace
3 superclass = ttLib.getTableClass("TSI1")
H A D_v_m_t_x.py1 from fontTools import ttLib namespace
3 superclass = ttLib.getTableClass("hmtx")
H A DC_F_F_.py31 from fontTools import ttLib namespace
32 raise ttLib.TTLibError("illegal use of getGlyphOrder()")
H A DDefaultTable.py3 from fontTools.ttLib import getClassTag
34 from fontTools import ttLib namespace
36 raise ttLib.TTLibError("can't handle '%s' element" % name)
H A DsbixBitmap.py32 from fontTools import ttLib namespace
33 raise ttLib.TTLibError("No table data to decompile")
36 from fontTools import ttLib namespace
38 raise ttLib.TTLibError("Bitmap header too short.")
55 from fontTools import ttLib namespace
56 raise ttLib.TTLibError("Can't compile bitmap without glyph name")
103 from fontTools import ttLib namespace
104 raise ttLib.TTLibError("can't handle '%s' element" % name)
H A DsbixBitmapSet.py32 from fontTools import ttLib namespace
33 raise ttLib.TTLibError
35 from fontTools import ttLib namespace
36 raise(ttLib.TTLibError, "BitmapSet header too short: Expected %x, got %x.") \
127 from fontTools import ttLib namespace
128 raise ttLib.TTLibError("Bitmap must have a glyph name.")
137 from fontTools import ttLib namespace
138 raise ttLib.TTLibError("can't handle '%s' element" % name)
H A D_s_b_i_x.py90 from fontTools import ttLib namespace
91 raise ttLib.TTLibError("Pixel 'size' must be unique for each BitmapSet")
135 from fontTools import ttLib namespace
136 raise ttLib.TTLibError("can't handle '%s' element" % name)
H A DO_S_2f_2.py116 from fontTools import ttLib namespace
117 raise ttLib.TTLibError("unknown format for OS/2 table: version %s" % self.version)
138 from fontTools import ttLib namespace
139 raise ttLib.TTLibError("unknown format for OS/2 table: version %s" % self.version)
H A D_p_o_s_t.py3 from fontTools import ttLib namespace
4 from fontTools.ttLib.standardGlyphOrder import standardGlyphOrder
44 raise ttLib.TTLibError("'post' table format %f not supported" % self.formatType)
58 raise ttLib.TTLibError("'post' table format %f not supported" % self.formatType)
62 """This function will get called by a ttLib.TTFont instance.
67 raise ttLib.TTLibError("illegal use of getGlyphOrder()")
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DT_S_I__2.py1 from fontTools import ttLib namespace
3 superclass = ttLib.getTableClass("TSI0")
H A D_p_r_e_p.py1 from fontTools import ttLib namespace
3 superclass = ttLib.getTableClass("fpgm")
H A DT_S_I__3.py1 from fontTools import ttLib namespace
3 superclass = ttLib.getTableClass("TSI1")
H A D_v_m_t_x.py1 from fontTools import ttLib namespace
3 superclass = ttLib.getTableClass("hmtx")
H A DC_F_F_.py31 from fontTools import ttLib namespace
32 raise ttLib.TTLibError("illegal use of getGlyphOrder()")
H A DDefaultTable.py3 from fontTools.ttLib import getClassTag
34 from fontTools import ttLib namespace
36 raise ttLib.TTLibError("can't handle '%s' element" % name)
H A DsbixBitmap.py32 from fontTools import ttLib namespace
33 raise ttLib.TTLibError("No table data to decompile")
36 from fontTools import ttLib namespace
38 raise ttLib.TTLibError("Bitmap header too short.")
55 from fontTools import ttLib namespace
56 raise ttLib.TTLibError("Can't compile bitmap without glyph name")
103 from fontTools import ttLib namespace
104 raise ttLib.TTLibError("can't handle '%s' element" % name)
H A DsbixBitmapSet.py32 from fontTools import ttLib namespace
33 raise ttLib.TTLibError
35 from fontTools import ttLib namespace
36 raise(ttLib.TTLibError, "BitmapSet header too short: Expected %x, got %x.") \
127 from fontTools import ttLib namespace
128 raise ttLib.TTLibError("Bitmap must have a glyph name.")
137 from fontTools import ttLib namespace
138 raise ttLib.TTLibError("can't handle '%s' element" % name)
H A D_s_b_i_x.py90 from fontTools import ttLib namespace
91 raise ttLib.TTLibError("Pixel 'size' must be unique for each BitmapSet")
135 from fontTools import ttLib namespace
136 raise ttLib.TTLibError("can't handle '%s' element" % name)
H A DO_S_2f_2.py116 from fontTools import ttLib namespace
117 raise ttLib.TTLibError("unknown format for OS/2 table: version %s" % self.version)
138 from fontTools import ttLib namespace
139 raise ttLib.TTLibError("unknown format for OS/2 table: version %s" % self.version)
/external/fonttools/Lib/fontTools/ttLib/
H A DmacUtils.py0 """ttLib.macUtils.py -- Various Mac-specific stuff."""
44 from fontTools import ttLib namespace
48 fonts.append(ttLib.TTFont(path))
51 fonts.append(ttLib.TTFont(path, index))
53 raise ttLib.TTLibError("no fonts found in file '%s'" % path)
89 from fontTools import ttLib namespace
90 raise ttLib.TTLibError("can't make 'sfnt' resource, no Macintosh 'name' table found")
/external/fonttools/Tools/fontTools/ttLib/
H A DmacUtils.py0 """ttLib.macUtils.py -- Various Mac-specific stuff."""
44 from fontTools import ttLib namespace
48 fonts.append(ttLib.TTFont(path))
51 fonts.append(ttLib.TTFont(path, index))
53 raise ttLib.TTLibError("no fonts found in file '%s'" % path)
89 from fontTools import ttLib namespace
90 raise ttLib.TTLibError("can't make 'sfnt' resource, no Macintosh 'name' table found")
/external/fonttools/Lib/fontTools/misc/
H A DxmlReader.py3 from fontTools import ttLib namespace
5 from fontTools.ttLib.tables.DefaultTable import DefaultTable
71 tag = ttLib.xmlToTag(name)
76 ttLib.debugmsg(msg)
81 tableClass = ttLib.GlyphOrder
85 tableClass = ttLib.getTableClass(tag)
/external/fonttools/Tools/fontTools/misc/
H A DxmlReader.py3 from fontTools import ttLib namespace
5 from fontTools.ttLib.tables.DefaultTable import DefaultTable
71 tag = ttLib.xmlToTag(name)
76 ttLib.debugmsg(msg)
81 tableClass = ttLib.GlyphOrder
85 tableClass = ttLib.getTableClass(tag)

Completed in 206 milliseconds

12