Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type t = {
glyphes : Stb_truetype.t;
size : float;
blur : float;
spacing : float;
line_height : float;
placement : glyph_placement;
}
val make :
?size:float ->
?blur:float ->
?spacing:float ->
?line_height:float ->
?placement:glyph_placement ->
Stb_truetype.t ->
t
val text_width : t -> string -> float