未验证 提交 0ef6ab25 编写于 作者: E Ebrahim Byagowi 提交者: GitHub

[ot-color] Move cbdt to the namespace (#860)

上级 6659cb56
...@@ -17,7 +17,7 @@ HB_BASE_sources = \ ...@@ -17,7 +17,7 @@ HB_BASE_sources = \
hb-object-private.hh \ hb-object-private.hh \
hb-open-file-private.hh \ hb-open-file-private.hh \
hb-open-type-private.hh \ hb-open-type-private.hh \
hb-ot-cbdt-table.hh \ hb-ot-color-cbdt-table.hh \
hb-ot-cmap-table.hh \ hb-ot-cmap-table.hh \
hb-ot-glyf-table.hh \ hb-ot-glyf-table.hh \
hb-ot-hdmx-table.hh \ hb-ot-hdmx-table.hh \
......
...@@ -24,8 +24,8 @@ ...@@ -24,8 +24,8 @@
* Google Author(s): Seigo Nonaka * Google Author(s): Seigo Nonaka
*/ */
#ifndef HB_OT_CBDT_TABLE_HH #ifndef HB_OT_COLOR_CBDT_TABLE_HH
#define HB_OT_CBDT_TABLE_HH #define HB_OT_COLOR_CBDT_TABLE_HH
#include "hb-open-type-private.hh" #include "hb-open-type-private.hh"
...@@ -468,4 +468,4 @@ struct CBDT ...@@ -468,4 +468,4 @@ struct CBDT
} /* namespace OT */ } /* namespace OT */
#endif /* HB_OT_CBDT_TABLE_HH */ #endif /* HB_OT_COLOR_CBDT_TABLE_HH */
...@@ -31,12 +31,13 @@ ...@@ -31,12 +31,13 @@
#include "hb-font-private.hh" #include "hb-font-private.hh"
#include "hb-ot-cmap-table.hh" #include "hb-ot-cmap-table.hh"
#include "hb-ot-cbdt-table.hh"
#include "hb-ot-glyf-table.hh" #include "hb-ot-glyf-table.hh"
#include "hb-ot-hmtx-table.hh" #include "hb-ot-hmtx-table.hh"
#include "hb-ot-kern-table.hh" #include "hb-ot-kern-table.hh"
#include "hb-ot-post-table.hh" #include "hb-ot-post-table.hh"
#include "hb-ot-color-cbdt-table.hh"
struct hb_ot_font_t struct hb_ot_font_t
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册