Package: pango

Function pango-context-language

Lambda List

pango-context-language (context)

Syntax

(pango-context-language context) => language
(setf pango-context-language context) language)

Arguments

context -- a pango-context object
language -- a pango-language tag

Details

Accessor of the global language tag of the Pango context.

The function pango-context-language retrieves the global language tag for the context. The function (setf pango-context-language) sets the global language tag for the context. The default language for the locale of the running process can be found using the function pango-language-default.
 

See also

2021-1-3