FontManager.fontGamma - multiple declarations
Function FontManager.fontGamma
set font gamma (1.0 is neutral, < 1.0 makes glyphs lighter, >1.0 makes glyphs bolder)
static void fontGamma(
double v
) @property;
Function FontManager.fontGamma
get font gamma (1.0 is neutral, < 1.0 makes glyphs lighter, >1.0 makes glyphs bolder)
static double fontGamma() @property;