Searched refs:numFonts (Results 1 – 3 of 3) sorted by relevance
36 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))
56 bool recognizedFont(SkStream* stream, int* numFonts) const;
1909 DWORD numFonts = 0; in activate_font() local1914 &numFonts); in activate_font()1916 if (fontHandle != nullptr && numFonts < 1) { in activate_font()