Documentation
Table of Contents
Class Inheritance Tree
Navigation
Description
Subprograms & Entries
Index
Initialize
Finalize
Package:
Manager
Goto spec source
Description
package
Fonts.Manager
is
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.
Subprograms & Entries
Initialize
Goto spec in source
procedure
Initialize
;
Initializes the font system. A FONT_EXCEPTION will be raised on error.
Finalize
Goto spec in source
procedure
Finalize
;
Finalizes the font system. If
Initialize
has not been called, then this will have no effect.