diff options
author | inmarket <andrewh@inmarket.com.au> | 2018-07-08 12:19:30 +1000 |
---|---|---|
committer | inmarket <andrewh@inmarket.com.au> | 2018-07-08 12:19:30 +1000 |
commit | 2e8eaa34717f99c9696867b62ff5f19e76a7ccf8 (patch) | |
tree | 5842c0ccaaffd195430b83fd2bd9211bd6f1fffe /src/gdisp/gdisp_options.h | |
parent | 788cbced624d83a4c493182fde15cfa244910294 (diff) | |
download | uGFX-2e8eaa34717f99c9696867b62ff5f19e76a7ccf8.tar.gz uGFX-2e8eaa34717f99c9696867b62ff5f19e76a7ccf8.tar.bz2 uGFX-2e8eaa34717f99c9696867b62ff5f19e76a7ccf8.zip |
Added type gJustify to replace V2.x justify_t, and values gJustifyXXX replace justifyXXX
Diffstat (limited to 'src/gdisp/gdisp_options.h')
-rw-r--r-- | src/gdisp/gdisp_options.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gdisp/gdisp_options.h b/src/gdisp/gdisp_options.h index 06aeaf52..7398d381 100644 --- a/src/gdisp/gdisp_options.h +++ b/src/gdisp/gdisp_options.h @@ -577,7 +577,7 @@ /** * @brief Adding pixels to the left and right side of the box to pad text. * @details Only has an effect with @p gdispGDrawStringBox() and @p gdispGFillStringBox() - * @note Can be turned off by using justifyNoPad + * @note Can be turned off by using gJustifyNoPad * @details Defaults to 1 */ #ifndef GDISP_NEED_TEXT_BOXPADLR @@ -586,7 +586,7 @@ /** * @brief Adding pixels to the top and bottom side of the box to pad text. * @details Only has an effect with @p gdispGDrawStringBox() and @p gdispGFillStringBox() - * @note Can be turned off by using justifyNoPad + * @note Can be turned off by using gJustifyNoPad * @details Defaults to 1 */ #ifndef GDISP_NEED_TEXT_BOXPADTB |