Home
last modified time | relevance | path

Searched refs:otFont (Results 1 – 6 of 6) sorted by relevance

/external/fonttools/Lib/fontTools/ttLib/tables/
DC_F_F_.py13 def decompile(self, data, otFont): argument
14 self.cff.decompile(BytesIO(data), otFont, isCFF2=False)
17 def compile(self, otFont): argument
19 self.cff.compile(f, otFont, isCFF2=False)
40 def toXML(self, writer, otFont): argument
43 def fromXML(self, name, attrs, content, otFont): argument
46 self.cff.fromXML(name, attrs, content, otFont)
DC_F_F__2.py7 def decompile(self, data, otFont): argument
8 self.cff.decompile(BytesIO(data), otFont, isCFF2=True)
11 def compile(self, otFont): argument
13 self.cff.compile(f, otFont, isCFF2=True)
/external/fonttools/Lib/fontTools/cffLib/
D__init__.py64 def decompile(self, file, otFont, isCFF2=None): argument
74 self.otFont = otFont
98 cff2GetGlyphOrder = otFont.getGlyphOrder
132 def compile(self, file, otFont, isCFF2=None): argument
141 self.otFont = otFont
154 if otFont.recalcBBoxes and not isCFF2:
187 charset = otFont.getGlyphOrder()
224 def fromXML(self, name, attrs, content, otFont=None): argument
226 self.otFont = otFont
258 cff2GetGlyphOrder = self.otFont.getGlyphOrder
[all …]
/external/fonttools/Lib/fontTools/varLib/
Dcff.py50 def lib_convertCFFToCFF2(cff, otFont): argument
52 cff2GetGlyphOrder = cff.otFont.getGlyphOrder
124 cff.compile(file, otFont, isCFF2=True)
126 cff.decompile(file, otFont, isCFF2=True)
/external/skia/modules/skshaper/src/
DSkShaper_harfbuzz.cpp302 HBFont otFont(hb_font_create(face.get())); in create_hb_font()
303 SkASSERT(otFont); in create_hb_font()
304 if (!otFont) { in create_hb_font()
307 hb_ot_font_set_funcs(otFont.get()); in create_hb_font()
312 hb_font_set_variations(otFont.get(), in create_hb_font()
320 HBFont skFont(hb_font_create_sub_font(otFont.get())); in create_hb_font()
/external/fonttools/Lib/fontTools/
DfontBuilder.py524 fontSet.otFont = self.font