packages feed

opencascade-hs-0.1.0.0: src/OpenCascade/Graphic3D/HorizontalTextAlignment.hs

module OpenCascade.Graphic3D.HorizontalTextAlignment
( HorizontalTextAlignment (..)
) where

import Prelude hiding (Either (..))

-- Should match the order in Graphic3D.HorizontalTextAlignment.hxx
data HorizontalTextAlignment = Left | Center | Right deriving (Enum, Show)