function Get_Font return A_Font;
procedure Set_Font
( | f | : A_Font ); |
function Text_Height
( | f | : not null A_Font ) return Natural; |
function Text_Length
( | f | : not null A_Font; |
str | : String ) return Natural; |
procedure Textout_Ex
( | bmp | : not null A_Bitmap; |
f | : not null A_Font; | |
s | : String; | |
x, y | : Integer; | |
color | : Color_Type; | |
bg | : Integer ); |
procedure Textout_Centre_Ex
( | bmp | : not null A_Bitmap; |
f | : not null A_Font; | |
s | : String; | |
x, y | : Integer; | |
color | : Color_Type; | |
bg | : Integer ); |
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 ); |
procedure Textout_Right_Ex
( | bmp | : not null A_Bitmap; |
f | : not null A_Font; | |
s | : String; | |
x, y | : Integer; | |
color | : Color_Type; | |
bg | : Integer ); |