1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-15 17:22:09 +00:00
serenity/SharedGraphics/TextAlignment.h
2019-02-28 11:27:04 +01:00

3 lines
85 B
C

#pragma once
enum class TextAlignment { TopLeft, CenterLeft, Center, CenterRight };