[colr] Hide internal symbols

This commit is contained in:
Behdad Esfahbod 2022-12-16 15:11:35 -07:00
parent fdf17dbf34
commit a96300d42c
3 changed files with 4 additions and 2 deletions

View File

@ -41,6 +41,7 @@
#include "hb-ot-shaper-vowel-constraints.cc"
#include "hb-ot-tag.cc"
#include "hb-ot-var.cc"
#include "hb-paint.cc"
#include "hb-set.cc"
#include "hb-shape-plan.cc"
#include "hb-shape.cc"

View File

@ -46,6 +46,7 @@
#include "hb-ot-shaper-vowel-constraints.cc"
#include "hb-ot-tag.cc"
#include "hb-ot-var.cc"
#include "hb-paint.cc"
#include "hb-set.cc"
#include "hb-shape-plan.cc"
#include "hb-shape.cc"

View File

@ -497,7 +497,7 @@ struct PaintColrLayers
return_trace (c->check_struct (this));
}
void paint_glyph (hb_paint_context_t *c) const;
HB_INTERNAL void paint_glyph (hb_paint_context_t *c) const;
HBUINT8 format; /* format = 1 */
HBUINT8 numLayers;
@ -771,7 +771,7 @@ struct PaintColrGlyph
return_trace (c->check_struct (this));
}
void paint_glyph (hb_paint_context_t *c) const;
HB_INTERNAL void paint_glyph (hb_paint_context_t *c) const;
HBUINT8 format; /* format = 11 */
HBUINT16 gid;