ladybird/SharedGraphics/TextAlignment.h
2019-02-28 11:27:04 +01:00

4 lines
85 B
C

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