Index

Package: Text_IO

Description

package Allegro.Text_IO is
Allegro 4.4.2 - Text output This package is missing: textprintf_ex, textprintf_centre_ex, textprintf_right_ex textprintf_justify_ex

Subprograms & Entries

Get_Allegro_404_Char

function Get_Allegro_404_Char return Integer;

Get_Font

function Get_Font return A_Font;

Set_Allegro_404_Char

procedure Set_Allegro_404_Char
( c: Integer );

Set_Font

procedure Set_Font
( f: A_Font );

Text_Height

function Text_Height
( f: not null A_Font ) return Natural;

Text_Length

function Text_Length
( f: not null A_Font;
str: String ) return Natural;

Textout_Ex

procedure Textout_Ex
( bmp: not null A_Bitmap;
f: not null A_Font;
s: String;
x, y: Integer;
color: Color_Type;
bg: Integer );

Textout_Centre_Ex

procedure Textout_Centre_Ex
( bmp: not null A_Bitmap;
f: not null A_Font;
s: String;
x, y: Integer;
color: Color_Type;
bg: Integer );

Textout_Justify_Ex

procedure Textout_Justify_Ex
( bmp: not null A_Bitmap;
f: not null A_Font;
s: String;
x1, x2: Integer;
y: Integer;
diff: Integer;
color: Color_Type;
bg: Integer );

Textout_Right_Ex

procedure Textout_Right_Ex
( bmp: not null A_Bitmap;
f: not null A_Font;
s: String;
x, y: Integer;
color: Color_Type;
bg: Integer );