tagFromString

Converts a string into an #hb_tag_t. Valid tags are four characters. Shorter input strings will be padded with spaces. Longer input strings will be truncated.

tagFromString
(
ubyte[] str
)

Parameters

str ubyte[]

String to convert

Return Value

Type: harfbuzz.types.Tag

The #hb_tag_t corresponding to str