Searched defs:IsCollection (Results 1 – 2 of 2) sorted by relevance
196 bool FontFactory::IsCollection(PushbackInputStream* pbis) { in IsCollection() function in sfntly::FontFactory203 bool FontFactory::IsCollection(ReadableFontData* rfd) { in IsCollection() function in sfntly::FontFactory
102 virtual bool IsCollection() { return false; } in IsCollection() function239 bool IsCollection() override { return true; } in IsCollection() function