-- | Glyph data type. module Graphics.PS.Glyph (Glyph) where -- | Character data type. type Glyph = Char