ImageBitmap.FontSourceBitmap fonts.
type nonrec t = {map : t CharMap.t 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.