gimp-text-layer-set-hint-style

Sven Neumann <sven@gimp.org>

Description

Control how font outlines are hinted in a text layer.

Help

This procedure sets the hint style for font outlines in a text layer. This controls whether to fit font outlines to the pixel grid, and if so, whether to optimize for fidelity or contrast.


Type

unknown

Parameters

Type Name Description
PF_LAYER layer The text layer
PF_INT style The new hint style { TEXT-HINT-STYLE-NONE (0), TEXT-HINT-STYLE-SLIGHT (1), TEXT-HINT-STYLE-MEDIUM (2), TEXT-HINT-STYLE-FULL (3) }

Return

None