enum HarfBuzz::BufferContentTypeT

Defined in:

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

Enum Members

Invalid = 0_u32

Initial value for new buffer.

Unicode = 1_u32

The buffer contains input characters (before shaping).

Glyphs = 2_u32

The buffer contains output glyphs (after shaping).

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 glyphs? #

[View source]
def invalid? #

[View source]
def unicode? #

[View source]