FontManager.hintingMode - multiple declarations

Function FontManager.hintingMode

get current hinting mode (Normal, AutoHint, Disabled)

Prototype

static HintingMode hintingMode() @property;

Function FontManager.hintingMode

set hinting mode (Normal, AutoHint, Disabled)

Prototype

static void hintingMode(
  HintingMode mode
) @property;

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0