Source file glyphPosition.ml

1
2
3
4
5
6
type t = {
    index : int;
    x : float;
    minx : float;
    maxx : float;
}