ยค FontDirection, FontProp, et al
Font metrics
Types
data FontDirection = FontLeftToRight | FontRightToLeft
instance Enum FontDirection
instance Eq FontDirection
instance Ord FontDirection
instance Show FontDirection
data FontProp = FontProp Atom Int
instance Eq FontProp
instance Ord FontProp
instance Show FontProp
data CharStruct = CharStruct Int Int Int Int Int
instance Eq CharStruct
instance Ord CharStruct
instance Show CharStruct
char_width :: CharStruct -> Int
char_rbearing :: CharStruct -> Int
Description
Auxiliary types for font metrics.