Home
last modified time | relevance | path

Searched refs:numFonts (Results 1 – 3 of 3) sorted by relevance

/external/fonttools/Lib/fontTools/ttLib/
Dsfnt.py36 if not 0 <= fontNumber < self.numFonts:
38 … raise ttLib.TTLibError("specify a font number between 0 and %d (inclusive)" % (self.numFonts - 1))
39 offsetTable = struct.unpack(">%dL" % self.numFonts, self.file.read(self.numFonts * 4))
/external/skia/src/ports/
DSkFontHost_FreeType_common.h56 bool recognizedFont(SkStream* stream, int* numFonts) const;
DSkFontHost_win.cpp1909 DWORD numFonts = 0; in activate_font() local
1914 &numFonts); in activate_font()
1916 if (fontHandle != nullptr && numFonts < 1) { in activate_font()