Otfm.TagTags.
OpenType tags are four bytes identifiers.
type t = tagThe type for OpenType tags.
val of_bytes : string -> tagof_bytes s is a tag corresponding to s.
val to_bytes : tag -> stringto_string t is the tag as a four byte long string.
val to_int32 : tag -> int32to_int32 t is the tag as an unsigned 32 bits integer.
val of_int32 : int32 -> tagof_int32 t is the tag from and unsigned 32 bits integer.
val pp : Format.formatter -> tag -> unitpp t prints a textual representation of t on ppf.