Use system's setting for font renderering, fixes #301.

This commit is contained in:
Cheng Zhao 2014-05-14 16:45:45 +08:00
parent cfeb00e629
commit afd927f749
2 changed files with 56 additions and 0 deletions

View file

@ -86,6 +86,9 @@ class NativeWindowGtk : public NativeWindow,
// Set WebKit's style from current theme.
void SetWebKitColorStyle();
// Set how font is renderered.
void SetFontRenderering();
// Whether window is maximized.
bool IsMaximized() const;