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
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
|
const char **
|
||||||
|
hb_buffer_serialize_list_formats (void)
|
||||||
|
{
|
||||||
|
return serialize_formats;
|
||||||
|
}
|
||||||
|
|
||||||
hb_buffer_serialize_format_t
|
hb_buffer_serialize_format_t
|
||||||
hb_buffer_serialize_format_from_string (const char *str, int len)
|
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 *
|
const char *
|
||||||
hb_buffer_serialize_format_to_string (hb_buffer_serialize_format_t format);
|
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. */
|
/* Returns number of items, starting at start, that were serialized. */
|
||||||
unsigned int
|
unsigned int
|
||||||
hb_buffer_serialize_glyphs (hb_buffer_t *buffer,
|
hb_buffer_serialize_glyphs (hb_buffer_t *buffer,
|
||||||
|
Loading…
Reference in New Issue
Block a user