Lines Matching refs:Font
21 #include "sfntly/font.h"
29 CALLER_ATTACH Font* LoadFont(const char* font_path) {
37 CALLER_ATTACH Font::Builder* LoadFontBuilder(const char* font_path) {
61 bool SerializeFont(const char* font_path, Font* font) {
66 return SerializeFont(font_path, font_factory, font);
69 bool SerializeFont(const char* font_path, FontFactory* factory, Font* font) {
70 if (!font_path || !factory || !font)
72 // Serializing the font to a stream.
74 factory->SerializeFont(font, &output_stream);