class HarfBuzz::DrawStateT

Overview

Current drawing state.

Defined in:

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

Constructors

Instance Method Summary

Constructor Detail

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

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

def self.new(path_open : Int32? = nil, path_start_x : Float32? = nil, path_start_y : Float32? = nil, current_x : Float32? = nil, current_y : Float32? = nil, reserved1 : HarfBuzz::VarNumT? = nil, reserved2 : HarfBuzz::VarNumT? = nil, reserved3 : HarfBuzz::VarNumT? = nil, reserved4 : HarfBuzz::VarNumT? = nil, reserved5 : HarfBuzz::VarNumT? = nil, reserved6 : HarfBuzz::VarNumT? = nil, reserved7 : HarfBuzz::VarNumT? = nil) #

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 current_x : Float32 #

def current_x=(value : Float32) #

def current_y : Float32 #

def current_y=(value : Float32) #

def path_open : Int32 #

def path_open=(value : Int32) #

def path_start_x : Float32 #

def path_start_x=(value : Float32) #

def path_start_y : Float32 #

def path_start_y=(value : Float32) #

def reserved1 : HarfBuzz::VarNumT #

def reserved1=(value : HarfBuzz::VarNumT) #

def reserved2 : HarfBuzz::VarNumT #

def reserved2=(value : HarfBuzz::VarNumT) #

def reserved3 : HarfBuzz::VarNumT #

def reserved3=(value : HarfBuzz::VarNumT) #

def reserved4 : HarfBuzz::VarNumT #

def reserved4=(value : HarfBuzz::VarNumT) #

def reserved5 : HarfBuzz::VarNumT #

def reserved5=(value : HarfBuzz::VarNumT) #

def reserved6 : HarfBuzz::VarNumT #

def reserved6=(value : HarfBuzz::VarNumT) #

def reserved7 : HarfBuzz::VarNumT #

def reserved7=(value : HarfBuzz::VarNumT) #

def to_unsafe #