2008
Marcus Heese
Enable/disable the use of hinting in a text layer.
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.
unknown
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) |
None