[fallback-shape] Remove TODO

This commit is contained in:
Behdad Esfahbod 2022-11-15 16:11:57 -07:00
parent 6df8498da2
commit e9e985682a
1 changed files with 0 additions and 10 deletions

View File

@ -75,16 +75,6 @@ _hb_fallback_shape (hb_shape_plan_t *shape_plan HB_UNUSED,
const hb_feature_t *features HB_UNUSED,
unsigned int num_features HB_UNUSED)
{
/* TODO
*
* - Apply fallback kern.
* - Handle Variation Selectors?
* - Apply normalization?
*
* This will make the fallback shaper into a dumb "TrueType"
* shaper which many people unfortunately still request.
*/
hb_codepoint_t space;
bool has_space = (bool) font->get_nominal_glyph (' ', &space);