opencascade-hs-0.1.0.0: src/OpenCascade/Graphic3D/VerticalTextAlignment.hs
module OpenCascade.Graphic3D.VerticalTextAlignment ( VerticalTextAlignment (..) ) where -- Should match the order in Graphic3D.HorizontalTextAlignment.hxx data VerticalTextAlignment = Bottom | Center | Top | TopFirstLine deriving (Enum, Show)