class Pango::Language

Overview

The Pango::Language structure is used to represent a language.

Pango::Language pointers can be efficiently copied and compared with each other.

Defined in:

lib/gi-crystal/src/auto/pango-1.0/language.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

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

Class Method Detail

def self.default : Pango::Language #

def self.from_string(language : String?) : Pango::Language? #

def self.g_type : UInt64 #

Returns the type id (GType) registered in GLib type system.


def self.preferred : Pango::Language? #

Instance Method Detail

def finalize #

def includes_script(script : Pango::Script) : Bool #

def matches(range_list : String) : Bool #

def sample_string : String #

def scripts : Int32 #

def to_string : String #

def to_unsafe : Pointer(Void) #