Searched defs:SerializeFont (Results 1 – 3 of 3) sorted by relevance
61 bool SerializeFont(const char* font_path, Font* font) { in SerializeFont() function69 bool SerializeFont(const char* font_path, FontFactory* factory, Font* font) { in SerializeFont() function
36 void SerializeFont(const char* font_path, FontFactory* factory, Font* font) { in SerializeFont() function
98 void FontFactory::SerializeFont(Font* font, OutputStream* os) { in SerializeFont() function in sfntly::FontFactory