Home | History | Annotate | Download | only in chromium

Lines Matching full:font

70       // This name part is not used to construct font name (e.g. copyright).
91 bool HasName(const char* font_name, Font* font) {
101 NameTablePtr name_table = down_cast<NameTable*>(font->GetTable(Tag::name));
143 Font* FindFont(const char* font_name, const FontArray& font_array) {
224 bool SetupGlyfBuilders(Font::Builder* font_builder,
550 // Most pages use only a fraction (hundreds or less) glyphs out of a given font
552 // font will have sparse bitmap glyphs. So we reconstruct the EBLC table as
562 int SetupBitmapBuilders(Font* font, Font::Builder* font_builder,
564 if (!font || !font_builder) {
569 EbdtTablePtr ebdt_table = down_cast<EbdtTable*>(font->GetTable(Tag::EBDT));
570 EblcTablePtr eblc_table = down_cast<EblcTable*>(font->GetTable(Tag::EBLC));
573 ebdt_table = down_cast<EbdtTable*>(font->GetTable(Tag::bdat));
574 eblc_table = down_cast<EblcTable*>(font->GetTable(Tag::bloc));
650 // We are not able to subset the font.
683 // cmap if font is used with a simple font dict and not a CIDFont dict
705 // OS/2 - everything here is for layout and description of the font that is
724 Font* SubsetterImpl::Subset(const IntegerSet& glyph_ids, GlyphTable* glyf,
728 // font.
737 // Setup font builders we need.