Documentation
Table of Contents
Class Inheritance Tree
Navigation
Description
Subprograms & Entries
Index
Initialize
Finalize
Load_
Font
Package:
Font_API.Alfont_Fonts
Goto spec source
Description
package
Font_API.Alfont_Fonts
is
Subprograms & Entries
Initialize
Goto spec in source
procedure
Initialize
;
References:
font_api-alfont_fonts.ads:7:15
(declaration)
font_api-alfont_fonts.adb:7:15 (body)
font_api-alfont_fonts.adb:12:9 (label)
font_api.adb:20:26 (reference)
Called by:
Font_API.Initialize
defined at
font_api.ads:9:15
Calls:
Alfont.Alfont_Init
defined at
alfont.ads:33:14
Raises an exception on error.
Finalize
Goto spec in source
procedure
Finalize
;
References:
font_api-alfont_fonts.ads:9:15
(declaration)
font_api-alfont_fonts.adb:16:15 (body)
font_api-alfont_fonts.adb:19:9 (label)
font_api.adb:31:26 (reference)
Called by:
Font_API.Finalize
defined at
font_api.ads:11:15
Calls:
Alfont.Alfont_Exit
defined at
alfont.ads:37:15
Load_Font
Goto spec in source
function
Load_Font
(
filename
: String;
size
: Positive )
return
Font_Type
;
References:
font_api-alfont_fonts.ads:12:14
(declaration)
font_api-alfont_fonts.adb:23:14 (body)
font_api-alfont_fonts.adb:32:9 (label)
font_api.adb:41:30 (reference)
Called by:
Font_API.Load_Font
defined at
font_api.ads:19:14
Calls:
Construct defined at
font_api-alfont_fonts.ads:25:15
Font_API.Delete
defined at
font_api.ads:36:15
Returns null on error.