[repacker] more TODO cleanup.
This commit is contained in:
parent
46c1fa7d1b
commit
38846f41d3
|
@ -305,9 +305,6 @@ struct GSTAR : public OT::GSUBGPOS
|
||||||
return len >= get_size ();
|
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,
|
void find_lookups (graph_t& graph,
|
||||||
hb_hashmap_t<unsigned, Lookup*>& lookups /* OUT */)
|
hb_hashmap_t<unsigned, Lookup*>& lookups /* OUT */)
|
||||||
{
|
{
|
||||||
|
|
|
@ -230,13 +230,13 @@ struct PairPosFormat2 : public OT::Layout::GPOS_impl::PairPosFormat2_4<SmallType
|
||||||
{
|
{
|
||||||
bool sanitize (graph_t::vertex_t& vertex) const
|
bool sanitize (graph_t::vertex_t& vertex) const
|
||||||
{
|
{
|
||||||
// TODO
|
// TODO(garretrieger): implement me!
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
hb_vector_t<unsigned> split_subtables (gsubgpos_graph_context_t& c, unsigned this_index)
|
hb_vector_t<unsigned> split_subtables (gsubgpos_graph_context_t& c, unsigned this_index)
|
||||||
{
|
{
|
||||||
// TODO
|
// TODO(garretrieger): implement me!
|
||||||
return hb_vector_t<unsigned> ();
|
return hb_vector_t<unsigned> ();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue