--
-- Copyright (c) 2012 Kevin Wellwood
-- All rights reserved.
--
-- This source code is distributed under the Modified BSD License. For terms and
-- conditions, see license.txt.
--
package Fonts.Manager is
-- Initializes the font system. A FONT_EXCEPTION will be raised on error.
procedure Initialize;
-- Finalizes the font system. If Initialize has not been called, then this
-- will have no effect.
procedure Finalize;
end Fonts.Manager;