aboutsummaryrefslogtreecommitdiffstats
path: root/include/gwin/gwin.h
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2013-07-02 19:26:48 +0200
committerJoel Bodenmann <joel@unormal.org>2013-07-02 19:26:48 +0200
commit3f80e1f89dbeec06dd97a914d6851ad4596b1743 (patch)
treebe9087bf08cb186f521aa5a68a7f32a484f1f7e0 /include/gwin/gwin.h
parentad57ab7967d0e0ee3cfce8746b0c4969cfe970fd (diff)
downloaduGFX-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.h10
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