Searched defs:toXML (Results 1 - 25 of 94) sorted by relevance

1234

/external/fonttools/Lib/fontTools/ttLib/tables/
H A DasciiTable.py8 def toXML(self, writer, ttFont): member in class:asciiTable
H A DBitmapGlyphMetrics.py32 def toXML(self, writer, ttFont): member in class:BitmapGlyphMetrics
H A DC_F_F_.py41 def toXML(self, writer, otFont, progress=None): member in class:table_C_F_F_
42 self.cff.toXML(writer, progress)
H A DC_P_A_L_.py41 def toXML(self, writer, ttFont): member in class:table_C_P_A_L_
51 color.toXML(writer, ttFont, cindex)
89 def toXML(self, writer, ttFont, index=None): member in class:Color
H A DD_S_I_G_.py80 def toXML(self, xmlWriter, ttFont): member in class:table_D_S_I_G_
86 sigrec.toXML(xmlWriter, ttFont)
119 def toXML(self, writer, ttFont): member in class:SignatureRecord
H A DDefaultTable.py20 def toXML(self, writer, ttFont, progress=None): member in class:DefaultTable
H A DF_F_T_M_.py26 def toXML(self, writer, ttFont): member in class:table_F_F_T_M_
H A DG_M_A_P_.py38 def toXML(self, writer, ttFont): member in class:GMAPRecord
104 def toXML(self, writer, ttFont): member in class:table_G_M_A_P_
115 gmapRecord.toXML(writer, ttFont)
H A DG_P_K_G_.py79 def toXML(self, writer, ttFont): member in class:table_G_P_K_G_
H A DL_T_S_H_.py39 def toXML(self, writer, ttFont): member in class:table_L_T_S_H_
H A DS_I_N_G_.py82 def toXML(self, writer, ttFont): member in class:table_S_I_N_G_
H A DT_S_I__0.py47 def toXML(self, writer, ttFont): member in class:table_T_S_I__0
H A DT_S_I__1.py80 def toXML(self, writer, ttFont): member in class:table_T_S_I__1
H A DT_S_I__5.py31 def toXML(self, writer, ttFont): member in class:table_T_S_I__5
H A D_c_v_t.py23 def toXML(self, writer, ttFont): member in class:table__c_v_t
H A D_f_p_g_m.py16 def toXML(self, writer, ttFont): member in class:table__f_p_g_m
17 self.program.toXML(writer, ttFont)
H A D_g_a_s_p.py38 def toXML(self, writer, ttFont): member in class:table__g_a_s_p
H A D_h_d_m_x.py47 def toXML(self, writer, ttFont): member in class:table__h_d_m_x
H A D_h_h_e_a.py82 def toXML(self, writer, ttFont): member in class:table__h_h_e_a
H A D_l_o_c_a.py52 def toXML(self, writer, ttFont): member in class:table__l_o_c_a
H A D_m_a_x_p.py123 def toXML(self, writer, ttFont): member in class:table__m_a_x_p
H A D_v_h_e_a.py69 def toXML(self, writer, ttFont): member in class:table__v_h_e_a
H A DsbixBitmap.py65 def toXML(self, xmlWriter, ttFont): member in class:Bitmap
H A DsbixBitmapSet.py101 def toXML(self, xmlWriter, ttFont): member in class:BitmapSet
111 self.bitmaps[glyphOrder[i]].toXML(xmlWriter, ttFont)
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DasciiTable.py8 def toXML(self, writer, ttFont): member in class:asciiTable

Completed in 181 milliseconds

1234