Add hb_buffer_serialize_list_formats()
This commit is contained in:
parent
f9edf16725
commit
072ae7a982
@ -1035,6 +1035,12 @@ static const char *serialize_formats[] = {
|
||||
NULL
|
||||
};
|
||||
|
||||
const char **
|
||||
hb_buffer_serialize_list_formats (void)
|
||||
{
|
||||
return serialize_formats;
|
||||
}
|
||||
|
||||
hb_buffer_serialize_format_t
|
||||
hb_buffer_serialize_format_from_string (const char *str, int len)
|
||||
{
|
||||
|
@ -259,6 +259,9 @@ hb_buffer_serialize_format_from_string (const char *str, int len);
|
||||
const char *
|
||||
hb_buffer_serialize_format_to_string (hb_buffer_serialize_format_t format);
|
||||
|
||||
const char **
|
||||
hb_buffer_serialize_list_formats (void);
|
||||
|
||||
/* Returns number of items, starting at start, that were serialized. */
|
||||
unsigned int
|
||||
hb_buffer_serialize_glyphs (hb_buffer_t *buffer,
|
||||
|
Loading…
Reference in New Issue
Block a user