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

def self.new(data : LibPango::Analysis, transfer : GICrystal::Transfer) #

def self.new(level : UInt8? = nil, gravity : UInt8? = nil, flags : UInt8? = nil, script : UInt8? = 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 extra_attrs : GLib::SList? #

def extra_attrs! #

def flags : UInt8 #

def flags=(value : UInt8) #

def font : Pango::Font? #

def font! #

def gravity : UInt8 #

def gravity=(value : UInt8) #

def lang_engine : Pointer(Void)? #

def lang_engine! #

def language : Pango::Language? #

def language! #

def level : UInt8 #

def level=(value : UInt8) #

def script : UInt8 #

def script=(value : UInt8) #

def shape_engine : Pointer(Void)? #

def shape_engine! #

def to_unsafe #