Added methods to font object to get if font has underline and strikeout.
This commit is contained in:
@@ -52,6 +52,8 @@ namespace nana
|
|||||||
bool italic() const;
|
bool italic() const;
|
||||||
native_font_type handle() const;
|
native_font_type handle() const;
|
||||||
void release();
|
void release();
|
||||||
|
bool strikeout() const;
|
||||||
|
bool underline() const;
|
||||||
|
|
||||||
font& operator=(const font&);
|
font& operator=(const font&);
|
||||||
bool operator==(const font&) const;
|
bool operator==(const font&) const;
|
||||||
|
|||||||
Reference in New Issue
Block a user