ref: 348d39c68a75721561e49e02cd8ee272f5486ebc
parent: 563ae780229aef5b6f6ae361211d5fb733de8321
author: Werner Lemberg <[email protected]>
date: Thu Jan 5 07:29:55 EST 2017
Comment.
--- a/src/truetype/ttgxvar.c
+++ b/src/truetype/ttgxvar.c
@@ -753,7 +753,10 @@
{
blend->hvar_checked = TRUE;
- /* TODO: implement other HVAR stuff */
+ /* FreeType doesn't provide functions to quickly retrieve */
+ /* LSB or RSB values; we thus don't have to implement */
+ /* support for those two item variation stores. */
+
face->variation_support |= TT_FACE_FLAG_VAR_HADVANCE;
}