Changes between Version 1 and Version 2 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Display/CFont
- Timestamp:
- 01/18/24 14:59:33 (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Display/CFont
v1 v2 107 107 ==== Parameters ==== 108 108 * str - source string 109 * len - number of characters of the string to evaluate 110 * zoom - zoom state 109 * dspArea - specific display area or if NULL the default dspMain. 110 * len - maximum characters to display 111 * shortcut - character position to show underlined as shortcut. 112 * flag - For versions that take a rect argument can be TEXT_ALIGN_LEFT, TEXT_ALIGN_CENTER, or TEXT_ALIGN_RIGHT. 111 113 112 114 ==== Return Value ====