class Pango::Language
- Pango::Language
- Reference
- Object
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.crConstructors
Class Method Summary
- .default : Pango::Language
- .from_string(language : String | Nil) : Pango::Language | Nil
-
.g_type : UInt64
Returns the type id (GType) registered in GLib type system.
- .preferred : Pango::Language | Nil
Instance Method Summary
- #finalize
- #includes_script(script : Pango::Script) : Bool
- #matches(range_list : String) : Bool
- #sample_string : String
- #scripts : Int32
- #to_string : String
- #to_unsafe : Pointer(Void)
Constructor Detail
Class Method Detail
Returns the type id (GType) registered in GLib type system.