diff options
author | Patrick Ward <patrick@endlessm.com> | 2014-01-17 11:13:01 -0800 |
---|---|---|
committer | Patrick Ward <patrick@endlessm.com> | 2014-01-29 10:27:44 -0800 |
commit | b71ccdd0f0718fdea5da42108afcf194507a84fd (patch) | |
tree | 4222bdf940504d407fb05424586ccbe8e03f502a /docs/reference/endless/endless-sections.txt | |
parent | b124b623944c574d2325589cd20198d2a79bb993 (diff) |
Add publicly available font size property
Added a publicly available calculated font size property. This allows Endless applications to perform actions based on the calculated font size of an EosWindow. In particular, the WebHelper application now uses the property to update the 'default-font-size' property of a WebSettings object.
[endlessm/eos-sdk#484]
Diffstat (limited to 'docs/reference/endless/endless-sections.txt')
-rw-r--r-- | docs/reference/endless/endless-sections.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/reference/endless/endless-sections.txt b/docs/reference/endless/endless-sections.txt index 963629f..9715286 100644 --- a/docs/reference/endless/endless-sections.txt +++ b/docs/reference/endless/endless-sections.txt @@ -40,6 +40,7 @@ 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 +eos_window_get_font_scaling_calculated_font_size <SUBSECTION Standard> EosWindowClass EOS_IS_WINDOW |