FontManager.fontGamma - multiple declarations

Function FontManager.fontGamma

get font gamma (1.0 is neutral, < 1.0 makes glyphs lighter, >1.0 makes glyphs bolder)

Prototype

static double fontGamma() @property;

Function FontManager.fontGamma

set font gamma (1.0 is neutral, < 1.0 makes glyphs lighter, >1.0 makes glyphs bolder)

Prototype

static void fontGamma(
  double v
) @property;

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0