summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPatrick Ward <patrick@endlessm.com>2014-01-06 17:32:47 -0800
committerPatrick Ward <patrick@endlessm.com>2014-01-13 16:09:07 -0800
commitbe49c065c70be7377edcc1c9f432d2876bf0ab0d (patch)
treed4118927477449001aec261559e164ff0ece624e /docs
parentc8aa17d78ccdf8b631f08967eabf86a9f50396fb (diff)
Add configurable properties for font scaling
Added configurable properties to EosWindow to allow turning on/off scaling, setting a custom base font, and setting a custom base resolution. EosWindow now has a base font-size that allows children widgets to scale font-size via using em. Also added font rescaling tests to both the automated test and smoke test. [endlessm/eos-sdk#398]
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/endless/endless-sections.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/reference/endless/endless-sections.txt b/docs/reference/endless/endless-sections.txt
index 8752058..4e4887a 100644
--- a/docs/reference/endless/endless-sections.txt
+++ b/docs/reference/endless/endless-sections.txt
@@ -32,6 +32,14 @@ EosWindow
eos_window_new
eos_window_get_page_manager
eos_window_set_page_manager
+eos_window_get_font_scaling_active
+eos_window_set_font_scaling_active
+eos_window_get_font_scaling_default_size
+eos_window_set_font_scaling_default_size
+eos_window_get_font_scaling_default_window_size
+eos_window_set_font_scaling_default_window_size
+eos_window_get_font_scaling_min_font_size
+eos_window_set_font_scaling_min_font_size
<SUBSECTION Standard>
EosWindowClass
EOS_IS_WINDOW