class Pango::AttrFontFeatures

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.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pointer : Pointer(Void), transfer : GICrystal::Transfer) #

def self.new(data : LibPango::AttrFontFeatures, transfer : GICrystal::Transfer) #

def self.new(features : String) : Pango::Attribute #

def self.new(attr : Pango::Attribute? = nil) #

Instance Method Detail

def ==(other : self) : Bool #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def attr : Pango::Attribute #

def attr=(value : Pango::Attribute) #

def features : String? #

def features! #

def to_unsafe #