diff options
author | Joel Bodenmann <joel@unormal.org> | 2013-07-02 19:26:48 +0200 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2013-07-02 19:26:48 +0200 |
commit | 3f80e1f89dbeec06dd97a914d6851ad4596b1743 (patch) | |
tree | be9087bf08cb186f521aa5a68a7f32a484f1f7e0 /include/gwin/gwin.h | |
parent | ad57ab7967d0e0ee3cfce8746b0c4969cfe970fd (diff) | |
download | uGFX-3f80e1f89dbeec06dd97a914d6851ad4596b1743.tar.gz uGFX-3f80e1f89dbeec06dd97a914d6851ad4596b1743.tar.bz2 uGFX-3f80e1f89dbeec06dd97a914d6851ad4596b1743.zip |
label work in progress - not working anymore
Diffstat (limited to 'include/gwin/gwin.h')
-rw-r--r-- | include/gwin/gwin.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/include/gwin/gwin.h b/include/gwin/gwin.h index 10aabf6f..21d465b2 100644 --- a/include/gwin/gwin.h +++ b/include/gwin/gwin.h @@ -129,8 +129,16 @@ extern "C" { * @api */ void gwinSetDefaultFont(font_t font); - #endif + /** + * @brief Get the current default font + * + * @return The current default font + * + * @api + */ + font_t gwinGetDefaultFont(void); + #endif /*------------------------------------------------- * Base functions |