1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-20 14:55:08 +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 };