Added methods to font object to get if font has underline and strikeout.
This commit is contained in:
parent
eeaaf07f4c
commit
f4443bba90
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user