[ot-color] Move cbdt to the namespace (#860)
This commit is contained in:
parent
6659cb56fa
commit
0ef6ab25ab
|
@ -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 @@
|
||||||
* 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
|
||||||
|
|
||||||
} /* namespace OT */
|
} /* namespace OT */
|
||||||
|
|
||||||
#endif /* HB_OT_CBDT_TABLE_HH */
|
#endif /* HB_OT_COLOR_CBDT_TABLE_HH */
|
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue