Language

class Language(pointer: <Error class: unknown class><<Error class: unknown class>>)

The PangoLanguage structure is used to represent a language.

PangoLanguage pointers can be efficiently copied and compared with each other.

Skipped during bindings generation

  • parameter num_scripts: num_scripts: Out parameter is not supported

  • method to_string: C function pango_language_to_string is ignored

Constructors

Link copied to clipboard
constructor(pointer: <Error class: unknown class><<Error class: unknown class>>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val pangoLanguagePointer: <Error class: unknown class><<Error class: unknown class>>

Functions

Link copied to clipboard

Get a string that is representative of the characters needed to render a particular language.

Link copied to clipboard

Determines if @script is one of the scripts used to write @language.

Link copied to clipboard
fun matches(rangeList: String): Boolean

Checks if a language tag matches one of the elements in a list of language ranges.