[repacker] more TODO cleanup.

This commit is contained in:
Garret Rieger 2022-07-29 18:30:24 +00:00
parent 46c1fa7d1b
commit 38846f41d3
2 changed files with 2 additions and 5 deletions

View File

@ -305,9 +305,6 @@ struct GSTAR : public OT::GSUBGPOS
return len >= get_size ();
}
// TODO(garretrieger): add find subtable's method, could be templated locate a specific
// subtable type, maybe take the lookup map as a starting point?
void find_lookups (graph_t& graph,
hb_hashmap_t<unsigned, Lookup*>& lookups /* OUT */)
{

View File

@ -230,13 +230,13 @@ struct PairPosFormat2 : public OT::Layout::GPOS_impl::PairPosFormat2_4<SmallType
{
bool sanitize (graph_t::vertex_t& vertex) const
{
// TODO
// TODO(garretrieger): implement me!
return true;
}
hb_vector_t<unsigned> split_subtables (gsubgpos_graph_context_t& c, unsigned this_index)
{
// TODO
// TODO(garretrieger): implement me!
return hb_vector_t<unsigned> ();
}
};