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