Skip to content

File evabTextAlign.h

File List > src > evabTextAlign.h

Go to the documentation of this file

#pragma once

#include <evabCoor.h>
#include <evabTextTraits.h>

namespace evab
{

    struct LeftAlign
    {
        static unsigned char Offset(Coor aSize, unsigned char textLen);
    };

    struct CenterAlign
    {
        static unsigned char Offset(Coor aSize, unsigned char textLen);
    };

    struct RightAlign
    {
        static unsigned char Offset(Coor aSize, unsigned char textLen);
    };

} // namespace evab