ImageBitmap.FontBitmap fonts.
module Make = Font_makeinclude sig ... endmodule CharMap : sig ... endtype nonrec t = Font_make(Stdlib.Lazy).t = {map : t CharMap.t Stdlib.Lazy.t;width : int;width of a char in pixels
*)height : int;height of a char in pixels
*)default : t;default displayed character when not supported
*)uppercase : bool;whether only uppercase characters are supported
*)char_space : int;line_space : int;}A fixed-size font.
val height : t -> intval native : t