enum HarfBuzz::OtLayoutGlyphClassT

Overview

The GDEF classes defined for glyphs.

Defined in:

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

Enum Members

Unclassified = 0_u32

Glyphs not matching the other classifications

BaseGlyph = 1_u32

Spacing, single characters, capable of accepting marks

Ligature = 2_u32

Glyphs that represent ligation of multiple characters

Mark = 3_u32

Non-spacing, combining glyphs that represent marks

Component = 4_u32

Spacing glyphs that represent part of a single character

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

[View source]
def component? #

[View source]
def ligature? #

[View source]
def mark? #

[View source]
def unclassified? #

[View source]