Struct evab::LeftAlign¶
Left alignment strategy.
#include <evabTextAlign.h>
Public Static Functions¶
| Type | Name |
|---|---|
| unsigned char | Offset (Coor aSize, unsigned char textLen) Calculates offset for left alignment. |
Public Static Functions Documentation¶
function Offset¶
Calculates offset for left alignment.
static unsigned char evab::LeftAlign::Offset (
Coor aSize,
unsigned char textLen
)
Parameters:
aSizeAvailable area sizetextLenText length in characters
Returns:
Always 0 (left alignment)
The documentation for this class was generated from the following file src/evabTextAlign.h