Index

Package: Allegro.Text_IO

Description

package Allegro.Text_IO is

Subprograms & Entries

Get_Allegro_404_Char

function Get_Allegro_404_Char return Integer;

References:

allegro-text_io.ads:17:14 (declaration)
allegro-text_io.ads:61:23 (body)

Get_Font

function Get_Font return A_Font;

References:

allegro-text_io.ads:19:14 (declaration)
allegro-text_io.ads:62:23 (body)

Set_Allegro_404_Char

procedure Set_Allegro_404_Char
( c: Integer );

References:

allegro-text_io.ads:21:15 (declaration)
allegro-text_io.ads:63:23 (body)

Set_Font

procedure Set_Font
( f: A_Font );

References:

allegro-text_io.ads:23:15 (declaration)
allegro-text_io.ads:64:23 (body)

Text_Height

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

References:

allegro-text_io.ads:25:14 (declaration)
allegro-text_io.ads:65:23 (body)
font_api-allegro_fonts.adb:57:59 (reference)

Called by:

Font_API.Allegro_Fonts.Text_Height defined at font_api-allegro_fonts.ads:28:14

Text_Length

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

References:

allegro-text_io.ads:27:14 (declaration)
allegro-text_io.adb:6:14 (body)
allegro-text_io.adb:13:9 (label)
font_api-allegro_fonts.adb:66:32 (reference)

Called by:

Font_API.Allegro_Fonts.Text_Length defined at font_api-allegro_fonts.ads:30:14

Calls:

Allegro.Text_IO.Text_Length.C_Text_Length defined at allegro-text_io.adb:8:18
To_C defined at i-c.ads:84:13

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 );

References:

allegro-text_io.ads:29:15 (declaration)
allegro-text_io.adb:16:15 (body)
allegro-text_io.adb:33:9 (label)
font_api-allegro_fonts.adb:80:25 (reference)

Called by:

Font_API.Allegro_Fonts.Textout defined at font_api-allegro_fonts.ads:33:15

Calls:

Allegro.Text_IO.Textout_Ex.C_Textout_Ex defined at allegro-text_io.adb:23:19
To_C defined at i-c.ads:84:13

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 );

References:

allegro-text_io.ads:36:15 (declaration)
allegro-text_io.adb:37:15 (body)
allegro-text_io.adb:54:9 (label)

Calls:

Allegro.Text_IO.Textout_Centre_Ex.C_Textout_Centre_Ex defined at allegro-text_io.adb:44:19
To_C defined at i-c.ads:84:13

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 );

References:

allegro-text_io.ads:43:15 (declaration)
allegro-text_io.adb:58:15 (body)
allegro-text_io.adb:79:9 (label)

Calls:

Allegro.Text_IO.Textout_Justify_Ex.C_Textout_Justify_Ex defined at allegro-text_io.adb:67:19
To_C defined at i-c.ads:84:13

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 );

References:

allegro-text_io.ads:52:15 (declaration)
allegro-text_io.adb:83:15 (body)
allegro-text_io.adb:100:9 (label)

Calls:

Allegro.Text_IO.Textout_Right_Ex.C_Textout_Right_Ex defined at allegro-text_io.adb:90:19
To_C defined at i-c.ads:84:13