class Pango::AttrFontFeatures
- Pango::AttrFontFeatures
- Reference
- Object
Overview
The Pango::AttrFontFeatures
structure is used to represent OpenType
font features as an attribute.
Defined in:
lib/gi-crystal/src/auto/pango-1.0/attr_font_features.crConstructors
- .new(pointer : Pointer(Void), transfer : GICrystal::Transfer)
- .new(data : LibPango::AttrFontFeatures, transfer : GICrystal::Transfer)
- .new(features : String) : Pango::Attribute
- .new(attr : Pango::Attribute | Nil = nil)
Instance Method Summary
-
#==(other : self) : Bool
Returns
true
if this reference is the same as other. - #attr : Pango::Attribute
- #attr=(value : Pango::Attribute)
- #features : String | Nil
- #features!
- #to_unsafe
Constructor Detail
Instance Method Detail
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.