Added methods to font object to get if font has underline and strikeout.

This commit is contained in:
PeterAddy960 2016-08-31 20:30:11 -05:00
parent eeaaf07f4c
commit f4443bba90

View File

@ -52,6 +52,8 @@ namespace nana
bool italic() const;
native_font_type handle() const;
void release();
bool strikeout() const;
bool underline() const;
font& operator=(const font&);
bool operator==(const font&) const;