Index

Package: Allegro_Fonts

Description

private package Font_API.Allegro_Fonts 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

Load_Font

function Load_Font
( filename: String;
size: Positive ) return Font_Type;
Attempts to load an Allegro format font from disk. Returns null if 'filename' can't be found or isn't a supported format.