Home | History | Annotate | Download | only in subtly

Lines Matching refs:Font

23 #include "sfntly/font.h"
34 typedef std::map<FontId, sfntly::Ptr<sfntly::Font> > FontIdMap;
37 // font id that has the glyph table this glyph belongs to.
59 // Font information used for FontAssembler in the construction of a new font.
60 // Will make copies of character map, glyph id set and font id map.
66 // resolved_glyph_ids defines GlyphIds which should be in the final font
67 // fonts is a map of font ids to fonts to reference any needed table
73 // Gets the table with the specified tag from the font corresponding to
74 // font_id or NULL if there is no such font/table.
75 // font_id is the id of the font that contains the table
78 // Gets the table map of the font whose id is font_id
97 // FontSourcedInfoBuilder is used to create a FontInfo object from a Font
99 // the font's characters.
104 FontSourcedInfoBuilder(sfntly::Font* font, FontId font_id);
105 FontSourcedInfoBuilder(sfntly::Font* font,
119 sfntly::Ptr<sfntly::Font> font_;