Do (nothing for) hmtx sanitize

This commit is contained in:
Behdad Esfahbod 2011-08-17 19:03:06 +02:00
parent d6016e4910
commit 187bdeaa6c
2 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,6 @@
struct hhea
{
static const hb_tag_t Tag = HB_OT_TAG_hhea;
/* TODO */
inline bool sanitize (hb_sanitize_context_t *c) {
TRACE_SANITIZE ();

View File

@ -27,6 +27,7 @@
#include "hb-open-type-private.hh"
#include "hb-ot-hhea-table.hh"
#include "hb-ot-hmtx-table.hh"
#include "hb-font-private.hh"
#include "hb-blob.h"