class HarfBuzz::OtMathGlyphPartT

Overview

Data type to hold information for a "part" component of a math-variant glyph. Large variants for stretchable math glyphs (such as parentheses) can be constructed on the fly from parts.

Defined in:

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

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(pointer : Pointer(Void), transfer : GICrystal::Transfer) #

[View source]
def self.new(data : LibHarfBuzz::OtMathGlyphPartT, transfer : GICrystal::Transfer) #

[View source]
def self.new(glyph : UInt32 | Nil = nil, start_connector_length : Int32 | Nil = nil, end_connector_length : Int32 | Nil = nil, full_advance : Int32 | Nil = nil, flags : HarfBuzz::OtMathGlyphPartFlagsT | Nil = nil) #

[View source]

Class Method Detail

def self.g_type : UInt64 #

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


[View source]

Instance Method Detail

def ==(other : self) : Bool #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


[View source]
def end_connector_length : Int32 #

[View source]
def end_connector_length=(value : Int32) #

[View source]

[View source]
def flags=(value : HarfBuzz::OtMathGlyphPartFlagsT) #

[View source]
def full_advance : Int32 #

[View source]
def full_advance=(value : Int32) #

[View source]
def glyph : UInt32 #

[View source]
def glyph=(value : UInt32) #

[View source]
def start_connector_length : Int32 #

[View source]
def start_connector_length=(value : Int32) #

[View source]
def to_unsafe #

[View source]