class Pango::Analysis
- Pango::Analysis
- Reference
- Object
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.crConstructors
- .new(pointer : Pointer(Void), transfer : GICrystal::Transfer)
- .new(data : LibPango::Analysis, transfer : GICrystal::Transfer)
- .new(level : UInt8 | Nil = nil, gravity : UInt8 | Nil = nil, flags : UInt8 | Nil = nil, script : UInt8 | Nil = nil)
Instance Method Summary
-
#==(other : self) : Bool
Returns
true
if this reference is the same as other. - #extra_attrs : GLib::SList | Nil
- #extra_attrs!
- #flags : UInt8
- #flags=(value : UInt8)
- #font : Pango::Font | Nil
- #font!
- #gravity : UInt8
- #gravity=(value : UInt8)
- #lang_engine : Pointer(Void) | Nil
- #lang_engine!
- #language : Pango::Language | Nil
- #language!
- #level : UInt8
- #level=(value : UInt8)
- #script : UInt8
- #script=(value : UInt8)
- #shape_engine : Pointer(Void) | Nil
- #shape_engine!
- #to_unsafe
Constructor Detail
def self.new(level : UInt8 | Nil = nil, gravity : UInt8 | Nil = nil, flags : UInt8 | Nil = nil, script : UInt8 | Nil = nil)
#
Instance Method Detail
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.