Package: pango

Function pango:tab-array-decimal-point

Lambda List

pango:tab-array-decimal-point (tabs index)

Syntax

(pango:tab-array-decimal-point tabs index) => char
(setf (pango:tab-array-decimal-point tabs index) char)

Arguments

tabs -- a pango:tab-array instance
index -- an integer for the index of a tab stop
char -- a character for the decimal point to use

Details

Gets or sets the Unicode character to use as decimal point. This is only relevant for tabs with :decimal alignment, which align content at the first occurrence of the decimal point character. The default value of 0 means that Pango will use the decimal point according to the current locale.

Since 1.50
 

See also

2025-08-24