From be49c065c70be7377edcc1c9f432d2876bf0ab0d Mon Sep 17 00:00:00 2001 From: Patrick Ward Date: Mon, 6 Jan 2014 17:32:47 -0800 Subject: 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] --- docs/reference/endless/endless-sections.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs/reference/endless/endless-sections.txt') 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 EosWindowClass EOS_IS_WINDOW -- cgit v1.2.3