touchgfx::Alignment is only used within TouchGFX.
 
Symbols
loading...
Files
loading...

touchgfx::Alignment

@typedef uint8_t Alignment Defines an alignment type. Defines an alignment type.

Syntax

typedef uint8_t Alignment;

References

LocationReferrerScopeText
Types.hpp:749
typedef uint8_t Alignment;
LCD.hpp:257touchgfx::LCD::StringVisuals::alignmenttouchgfx::LCD::StringVisuals
Alignment alignment; ///< The alignment to use. Default is LEFT.
LCD.hpp:295touchgfx::LCD::StringVisuals::StringVisuals()
StringVisuals(const Font* font, colortype color, uint8_t alpha, Alignment alignment, uint16_t linespace, TextRotation rotation, TextDirection textDirection, uint8_t indentation, WideTextAction wideTextAction = WIDE_TEXT_NONE)
TypedText.hpp:66touchgfx::TypedText::TypedTextData::alignmenttouchgfx::TypedText::TypedTextData
const Alignment alignment : 2; ///< The alignment of the typed text
TypedText.hpp:150touchgfx::TypedText::getAlignment() consttouchgfx::TypedText
Alignment getAlignment() const
Types.hpp:750touchgfx::LEFTtouchgfx
static const Alignment LEFT = 0; ///< Text is left aligned
Types.hpp:751touchgfx::CENTERtouchgfx
static const Alignment CENTER = 1; ///< Text is centered horizontally
Types.hpp:752touchgfx::RIGHTtouchgfx
static const Alignment RIGHT = 2; ///< Text is right aligned

Type Use

Variables of touchgfx::Alignment type
touchgfx::Alignment
touchgfx::Alignment
uint8_t
all items filtered out