commit | c0c85b852d37dad75eeef473e6dd3ec91a3b559b | [log] [tgz] |
---|---|---|
author | Michiharu Ariza <ariza@adobe.com> | Mon Sep 17 11:14:56 2018 -0700 |
committer | Michiharu Ariza <ariza@adobe.com> | Mon Sep 17 11:14:56 2018 -0700 |
tree | 335bd08ab99ef388cfdb34ff5947d9ec911dafe8 | |
parent | f2c4720ae696096d90493db218ef1283681561e7 [diff] [blame] |
implemented get_glyph_extents with CFF1 Implemented path operators in a new struct PathProc hooked up to CSOpSet Added current point to CSInterpEnv
diff --git a/src/hb-ot-face.cc b/src/hb-ot-face.cc index 388a597..a06e053 100644 --- a/src/hb-ot-face.cc +++ b/src/hb-ot-face.cc
@@ -28,6 +28,7 @@ #include "hb-ot-cmap-table.hh" #include "hb-ot-glyf-table.hh" +#include "hb-ot-cff1-table.hh" #include "hb-ot-hmtx-table.hh" #include "hb-ot-kern-table.hh" #include "hb-ot-post-table.hh"