Home
last modified time | relevance | path

Searched refs:glyph_table_ (Results 1 – 2 of 2) sorted by relevance

/external/sfntly/cpp/src/sample/subtly/
Dfont_info.cc137 glyph_table_ = down_cast<GlyphTable*>(font_->GetTable(Tag::glyf)); in Initialize()
230 glyph.Attach(glyph_table_->GetGlyph(offset, length)); in ResolveCompositeGlyphs()
Dfont_info.h125 sfntly::Ptr<sfntly::GlyphTable> glyph_table_; variable