From b0f7f2e8d412b65a7bb950f50d1fa511fd6ef946 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sat, 6 Jun 2009 17:51:41 +0000 Subject: Implement widget property "textalign". Added it to all theme layouts svn-id: r41265 --- graphics/font.h | 1 + 1 file changed, 1 insertion(+) (limited to 'graphics') diff --git a/graphics/font.h b/graphics/font.h index f68a6dd7a6..33962875e7 100644 --- a/graphics/font.h +++ b/graphics/font.h @@ -36,6 +36,7 @@ namespace Graphics { /** Text alignment modes */ enum TextAlign { + kTextAlignInvalid, kTextAlignLeft, //!< Text should be aligned to the left kTextAlignCenter, //!< Text should be centered kTextAlignRight //!< Text should be aligned to the right -- cgit v1.2.3