ImageBitmap.Font
Bitmap fonts.
module CharMap : sig ... end
type 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 -> int
val native : t
Our native font.