enum HarfBuzz::MemoryModeT

Overview

@HB_MEMORY_MODE_DUPLICATE HB_MEMORY_MODE_READONLY HB_MEMORY_MODE_WRITABLE HB_MEMORY_MODE_READONLY_MAY_MAKE_WRITABLE Data type holding the memory modes available to client programs.

Regarding these various memory-modes:

Defined in:

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

Enum Members

Duplicate = 0_u32
Readonly = 1_u32
Writable = 2_u32
ReadonlyMayMakeWritable = 3_u32

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

[View source]
def readonly? #

[View source]
def readonly_may_make_writable? #

[View source]
def writable? #

[View source]