Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
class virtual color_allocator : object ... end
module Font : sig ... end
class virtual image : object ... end
val create : x:int -> y:int -> image
val create_truecolor : x:int -> y:int -> image
val open_png : string -> image
val open_jpeg : string -> image
val is_truecolor : t -> bool
val ftex_bbox :
fname:string ->
size:float ->
angle:float ->
x:int ->
y:int ->
?flags:ftex_flag array ->
?spacing:float ->
?charmap:ftex_charmap ->
string ->
int array