Do (nothing for) hmtx sanitize
This commit is contained in:
parent
d6016e4910
commit
187bdeaa6c
|
@ -41,7 +41,6 @@
|
||||||
struct hhea
|
struct hhea
|
||||||
{
|
{
|
||||||
static const hb_tag_t Tag = HB_OT_TAG_hhea;
|
static const hb_tag_t Tag = HB_OT_TAG_hhea;
|
||||||
/* TODO */
|
|
||||||
|
|
||||||
inline bool sanitize (hb_sanitize_context_t *c) {
|
inline bool sanitize (hb_sanitize_context_t *c) {
|
||||||
TRACE_SANITIZE ();
|
TRACE_SANITIZE ();
|
||||||
|
|
|
@ -27,6 +27,7 @@
|
||||||
#include "hb-open-type-private.hh"
|
#include "hb-open-type-private.hh"
|
||||||
|
|
||||||
#include "hb-ot-hhea-table.hh"
|
#include "hb-ot-hhea-table.hh"
|
||||||
|
#include "hb-ot-hmtx-table.hh"
|
||||||
|
|
||||||
#include "hb-font-private.hh"
|
#include "hb-font-private.hh"
|
||||||
#include "hb-blob.h"
|
#include "hb-blob.h"
|
||||||
|
|
Loading…
Reference in New Issue