add cff1::accelerator_t::fini
This commit is contained in:
parent
ff87465b40
commit
4c4e08a1ef
|
@ -1294,6 +1294,13 @@ struct cff1
|
|||
glyph_names.qsort ();
|
||||
}
|
||||
|
||||
void fini ()
|
||||
{
|
||||
glyph_names.fini ();
|
||||
|
||||
SUPER::fini ();
|
||||
}
|
||||
|
||||
bool get_glyph_name (hb_codepoint_t glyph,
|
||||
char *buf, unsigned int buf_len) const
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue