On this page

Type Alias TinySDFOptions

type TinySDFOptions = {
    buffer?: number;
    cutoff?: number;
    fontFamily?: string;
    fontSize?: number;
    fontStyle?: string;
    fontWeight?: string;
    lang?: string;
    radius?: number;
}
Index

Properties

buffer?: number
cutoff?: number
fontFamily?: string
fontSize?: number
fontStyle?: string
fontWeight?: string
lang?: string
radius?: number
Was this helpful?
SDK JS
Reference
TinySDFOptions