Method

GimpTextLayerset_hint_style

Declaration [src]

gboolean
gimp_text_layer_set_hint_style (
  GimpTextLayer* layer,
  GimpTextHintStyle style
)

Description [src]

Control how font outlines are hinted in a text layer.

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.

Available since:2.8

Parameters

style GimpTextHintStyle
 

The new hint style.

Return value

Returns: gboolean
 

TRUE on success.