procedure Destroy_Font
( | f | : in out A_Font ); |
function Get_Font_Range_Begin
( | f | : not null A_Font; |
rang | : Integer ) return Integer; |
function Get_Font_Range_End
( | f | : not null A_Font; |
rang | : Integer ) return Integer; |
function Get_Font_Ranges
( | f | : not null A_Font ) return Integer; |
function Is_Color_Font
( | f | : not null A_Font ) return Integer; |
function Is_Mono_Font
( | f | : not null A_Font ) return Integer; |
procedure Make_Trans_Font
( | f | : not null A_Font ); |
procedure Register_Font_File_Type
( | ext | : String; |
load | : A_Font_Load_Callback ); |
function Transpose_Font
( | f | : not null A_Font; |
drange | : Integer ) return Integer; |
function To_A_Font is new Ada.Unchecked_Conversion
( | Address, A_Font ); |