ImageBitmap.FontBitmap fonts.
module CharMap : sig ... endtype nonrec 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 caracters are supported
*)char_space : int;line_space : int;}A fixed-size font.
val height : t -> intval native : tOur native font.