FontManager.subpixelRenderingMode - multiple declarations

Function FontManager.subpixelRenderingMode

get current subpixel rendering mode for fonts (aka ClearType)

Prototype

static SubpixelRenderingMode subpixelRenderingMode() @property;

Function FontManager.subpixelRenderingMode

set subpixel rendering mode for fonts (aka ClearType)

Prototype

static void subpixelRenderingMode(
  SubpixelRenderingMode mode
) @property;

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0