Home | History | Annotate | Download | only in test

Lines Matching full:font

25 #include "sfntly/font.h"
57 // Change the font name.
66 // Build the font.
67 FontPtr font;
68 font.Attach(font_builder->Build());
70 // Serialize and reload the serialized font.
72 factory->SerializeFont(font, &os);
79 // Check the font name.
80 NameTablePtr name_table = down_cast<NameTable*>(font->GetTable(Tag::name));
101 // Change the font name.
115 // Build the font.
116 FontPtr font;
117 font.Attach(font_builder->Build());
119 // Serialize and reload the serialized font.
121 factory->SerializeFont(font, &os);
128 // Check the font name.
129 NameTablePtr name_table = down_cast<NameTable*>(font->GetTable(Tag::name));
161 // Build the font.
162 FontPtr font;
163 font.Attach(font_builder->Build());
165 // Serialize and reload the serialized font.
167 factory->SerializeFont(font, &os);
174 // Check the font name.
175 NameTablePtr name_table = down_cast<NameTable*>(font->GetTable(Tag::name));
202 // Change the font name.
211 // Build the font.
212 FontPtr font = font_builder->Build();
214 // Serialize and reload the serialized font.
216 factory->SerializeFont(font, &os);
222 // Check the font name.
223 NameTablePtr name_table = down_cast<NameTable*>(font->table(Tag::name));