convGCattrsK :: FudgetIO f => [GCAttributes ColorName String] -> ([GCAttributes Pixel FontId] -> f b ho) -> f b ho
convGCattrsK gcattrs kernel
type ColorName = String
type FontName = String
convGCattrsK
converts a list of GC attributes where fonts and colors are
specified symbolically to a list where they are specified as resource
identifiers. Colors are allocated in the default colormap.
gcattrs :: [GCAttributes ColorName String]
kernel :: [GCAttributes Pixel FontId] -> f b ho