[kern] Add TODO

This commit is contained in:
Behdad Esfahbod 2018-11-06 21:04:02 -05:00
parent 9810f0b80e
commit 4d003b8503

View File

@ -225,6 +225,15 @@ struct KernSubTableFormat1
crossStream (table->header.coverage & table->header.CrossStream),
crossOffset (0) {}
/* TODO
*
* "Because the stateTableOffset in the state table header is (strictly
* speaking) redundant, some 'kern' tables use it to record an initial
* state where that should not be StartOfText. To determine if this is
* done, calculate what the stateTableOffset should be. If it's different
* from the actual stateTableOffset, use it as the initial state."
*/
inline bool is_actionable (AAT::StateTableDriver<AAT::MortTypes, EntryData> *driver HB_UNUSED,
const AAT::Entry<EntryData> *entry)
{