Type Alias TinySDFOptions
type TinySDFOptions = {
buffer?: number;
cutoff?: number;
fontFamily?: string;
fontSize?: number;
fontStyle?: string;
fontWeight?: string;
lang?: string;
radius?: number;
}
buffer?: number;
cutoff?: number;
fontFamily?: string;
fontSize?: number;
fontStyle?: string;
fontWeight?: string;
lang?: string;
radius?: number;
}
Index
Properties
Was this helpful?