diff --git a/include/nana/paint/graphics.hpp b/include/nana/paint/graphics.hpp index 8e667ef2..af4e1bdc 100644 --- a/include/nana/paint/graphics.hpp +++ b/include/nana/paint/graphics.hpp @@ -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;