TextTagGidBuilderImpl.scale

Set scale property.

class TextTagGidBuilderImpl(T)
T
scale
(
double propval
)

Parameters

propval double

Font size as a scale factor relative to the default font size.

This properly adapts to theme changes, etc. so is recommended. Pango predefines some scales such as PANGO_SCALE_X_LARGE.

Return Value

Type: T

Builder instance for fluent chaining