bufferSerializeFormatFromString

Parses a string into an #hb_buffer_serialize_format_t. Does not check if str is a valid buffer serialization format, use harfbuzz.global.bufferSerializeListFormats to get the list of supported formats.

bufferSerializeFormatFromString
(
ubyte[] str
)

Parameters

str ubyte[]

a string to parse

Return Value

Type: harfbuzz.types.BufferSerializeFormat

The parsed #hb_buffer_serialize_format_t.