class Pango::AttrFontDesc
- Pango::AttrFontDesc
- Reference
- Object
Overview
The Pango::AttrFontDesc
structure is used to store an attribute that
sets all aspects of the font description at once.
Defined in:
lib/gi-crystal/src/auto/pango-1.0/attr_font_desc.crConstructors
- .new(pointer : Pointer(Void), transfer : GICrystal::Transfer)
- .new(data : LibPango::AttrFontDesc, transfer : GICrystal::Transfer)
- .new(attr : Pango::Attribute? = nil)
- .new(desc : Pango::FontDescription) : Pango::Attribute
Instance Method Summary
-
#==(other : self) : Bool
Returns
true
if this reference is the same as other. - #attr : Pango::Attribute
- #attr=(value : Pango::Attribute)
- #desc : Pango::FontDescription?
- #desc!
- #to_unsafe
Constructor Detail
Instance Method Detail
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.