enum HarfBuzz::OtMathKernT

Overview

The math kerning-table types defined for the four corners of a glyph.

Defined in:

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

Enum Members

TopRight = 0_u32
TopLeft = 1_u32
BottomRight = 2_u32
BottomLeft = 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 bottom_left? #

[View source]
def bottom_right? #

[View source]
def top_left? #

[View source]
def top_right? #

[View source]