Searched defs:LoadFonts (Results 1 – 2 of 2) sorted by relevance
41 void FontFactory::LoadFonts(InputStream* is, FontArray* output) { in LoadFonts() function in sfntly::FontFactory55 void FontFactory::LoadFonts(std::vector<uint8_t>* b, FontArray* output) { in LoadFonts() function in sfntly::FontFactory
45 void LoadFonts(const char* font_path, FontFactory* factory, FontArray* fonts) { in LoadFonts() function