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) #

def self.new(data : LibHarfBuzz::SegmentPropertiesT, transfer : GICrystal::Transfer) #

def self.new(direction : HarfBuzz::DirectionT? = nil, script : HarfBuzz::ScriptT? = nil) #

Class Method Detail

def self.g_type : UInt64 #

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


Instance Method Detail

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

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


def direction : HarfBuzz::DirectionT #

def direction=(value : HarfBuzz::DirectionT) #

def language : HarfBuzz::LanguageT? #

def language! #

def reserved1 : Pointer(Void)? #

def reserved1! #

def reserved2 : Pointer(Void)? #

def reserved2! #

def script : HarfBuzz::ScriptT #

def script=(value : HarfBuzz::ScriptT) #

def to_unsafe #