Commit 348d39c68a75721561e49e02cd8ee272f5486ebc

Werner Lemberg 2017-01-05T12:29:55

Comment.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/src/truetype/ttgxvar.c b/src/truetype/ttgxvar.c
index 4d224ea..c7f389a 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;
     }