gimp-text-layer-set-hinting

Marcus Heese <heese@cip.ifi.lmu.de>

Description

Enable/disable the use of hinting in a text layer.

Help

This procedure enables or disables hinting on the text of a text layer. If you enable 'auto-hint', FreeType's automatic hinter will be used and hinting information from the font will be ignored.


Type

unknown

Parameters

Type Name Description
PF_LAYER layer The text layer
PF_INT hinting Enable/disable the use of hinting on the text (TRUE or FALSE)
PF_INT autohint Force the use of the autohinter provided through FreeType (TRUE or FALSE)

Return

None