class HarfBuzz::SegmentPropertiesT

Overview

The structure that holds various text properties of an #hb_buffer_t. Can be set and retrieved using hb_buffer_set_segment_properties() and hb_buffer_get_segment_properties(), respectively.

Defined in:

lib/gi-crystal/src/auto/harf_buzz-0.0/segment_properties_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::SegmentPropertiesT, transfer : GICrystal::Transfer) #

[View source]
def self.new(direction : HarfBuzz::DirectionT | Nil = nil, script : HarfBuzz::ScriptT | 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 direction : HarfBuzz::DirectionT #

[View source]
def direction=(value : HarfBuzz::DirectionT) #

[View source]
def language : HarfBuzz::LanguageT | Nil #

[View source]
def language! #

[View source]
def reserved1 : Pointer(Void) | Nil #

[View source]
def reserved1! #

[View source]
def reserved2 : Pointer(Void) | Nil #

[View source]
def reserved2! #

[View source]
def script : HarfBuzz::ScriptT #

[View source]
def script=(value : HarfBuzz::ScriptT) #

[View source]
def to_unsafe #

[View source]