class Pango::Analysis

Overview

The Pango::Analysis structure stores information about the properties of a segment of text.

Defined in:

lib/gi-crystal/src/auto/pango-1.0/analysis.cr

Constructors

Instance Method Summary

Constructor Detail

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

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

[View source]
def self.new(level : UInt8 | Nil = nil, gravity : UInt8 | Nil = nil, flags : UInt8 | Nil = nil, script : UInt8 | Nil = nil) #

[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 extra_attrs : GLib::SList | Nil #

[View source]
def extra_attrs! #

[View source]
def flags : UInt8 #

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

[View source]
def font : Pango::Font | Nil #

[View source]
def font! #

[View source]
def gravity : UInt8 #

[View source]
def gravity=(value : UInt8) #

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

[View source]
def lang_engine! #

[View source]
def language : Pango::Language | Nil #

[View source]
def language! #

[View source]
def level : UInt8 #

[View source]
def level=(value : UInt8) #

[View source]
def script : UInt8 #

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

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

[View source]
def shape_engine! #

[View source]
def to_unsafe #

[View source]