class Pango::AttrSize
- Pango::AttrSize
- Reference
- Object
Overview
The Pango::AttrSize
structure is used to represent attributes which
set font size.
Defined in:
lib/gi-crystal/src/auto/pango-1.0/attr_size.crConstructors
- .new(pointer : Pointer(Void), transfer : GICrystal::Transfer)
- .new(data : LibPango::AttrSize, transfer : GICrystal::Transfer)
- .new(size : Int32) : Pango::Attribute
- .new(attr : Pango::Attribute | Nil = nil, size : Int32 | Nil = nil, absolute : UInt32 | Nil = nil)
Class Method Summary
Instance Method Summary
-
#==(other : self) : Bool
Returns
true
if this reference is the same as other. - #absolute : UInt32
- #absolute=(value : UInt32)
- #attr : Pango::Attribute
- #attr=(value : Pango::Attribute)
- #size : Int32
- #size=(value : Int32)
- #to_unsafe
Constructor Detail
def self.new(attr : Pango::Attribute | Nil = nil, size : Int32 | Nil = nil, absolute : UInt32 | Nil = nil)
#
Class Method Detail
Instance Method Detail
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.