Home | History | Annotate | Download | only in subtly

Lines Matching refs:sfntly

23 #include "sfntly/font.h"
24 #include "sfntly/port/type.h"
25 #include "sfntly/port/refcount.h"
26 #include "sfntly/table/core/cmap_table.h"
27 #include "sfntly/table/truetype/glyph_table.h"
28 #include "sfntly/table/truetype/loca_table.h"
34 typedef std::map<FontId, sfntly::Ptr<sfntly::Font> > FontIdMap;
61 class FontInfo : public sfntly::RefCounted<FontInfo> {
77 virtual sfntly::FontDataTable* GetTable(FontId font_id, int32_t tag);
79 virtual const sfntly::TableMap* GetTableMap(FontId);
102 public sfntly::RefCounted<FontSourcedInfoBuilder> {
104 FontSourcedInfoBuilder(sfntly::Font* font, FontId font_id);
105 FontSourcedInfoBuilder(sfntly::Font* font,
119 sfntly::Ptr<sfntly::Font> font_;
123 sfntly::Ptr<sfntly::CMapTable::CMap> cmap_;
124 sfntly::Ptr<sfntly::LocaTable> loca_table_;
125 sfntly::Ptr<sfntly::GlyphTable> glyph_table_;