From 348d39c68a75721561e49e02cd8ee272f5486ebc Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Thu, 5 Jan 2017 12:29:55 +0100 Subject: [PATCH] Comment. --- src/truetype/ttgxvar.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/truetype/ttgxvar.c b/src/truetype/ttgxvar.c index 4d224ea11..c7f389ae6 100644 --- 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; }