LNXSDK/Kha/Sources/kha/graphics2/VerTextAlignment.hx

8 lines
112 B
Haxe
Raw Normal View History

2025-01-22 16:18:30 +01:00
package kha.graphics2;
enum abstract VerTextAlignment(Int) {
var TextTop;
var TextMiddle;
var TextBottom;
}