enum HarfBuzz::BufferSerializeFormatT

Overview

The buffer serialization and de-serialization format used in hb_buffer_serialize_glyphs() and hb_buffer_deserialize_glyphs().

Defined in:

lib/gi-crystal/src/auto/harf_buzz-0.0/harf_buzz.cr

Enum Members

Text = 1413830740_u32

a human-readable, plain text format.

Json = 1246973774_u32

a machine-readable JSON format.

Invalid = 0_u32

invalid format.

Class Method Summary

Instance Method Summary

Class methods inherited from struct Enum

g_type : UInt64 g_type

Class Method Detail

def self.g_type : UInt64 #

Returns the type id (GType) registered in GLib type system.


[View source]

Instance Method Detail

def invalid? #

[View source]
def json? #

[View source]
def text? #

[View source]