Safe Haskell | Safe-Inferred |
---|
Synopsis
- get_fonts :: IO [Symbol.Font]
- insert :: Symbol.Symbol -> IO [Symbol.Font]
Documentation
get_fonts :: IO [Symbol.Font] Source #
Get all the loaded fonts. There is currently no way to load new fonts.
insert :: Symbol.Symbol -> IO [Symbol.Font] Source #
Insert the given symbol into the symbol map. Return any missing Fonts. If the return is non-null, the symbol wasn't inserted.