Constructors
Properties
Methods
setWeight
- setWeight(weight): Font
Parameters
- weight:
| "normal"
| "bold"
| "italic"
| "bold italic"
| "regular"
| "semi-bold"
| "extra-bold"
| "light"
| "extra-light"
toJSON
- toJSON(): {
family: string;
path: string;
structureType: string;
weight:
| "normal"
| "bold"
| "italic"
| "bold italic"
| "regular"
| "semi-bold"
| "extra-bold"
| "light"
| "extra-light";
toJSON(): LazyCanvasFont;
} Returns {
family: string;
path: string;
structureType: string;
weight:
| "normal"
| "bold"
| "italic"
| "bold italic"
| "regular"
| "semi-bold"
| "extra-bold"
| "light"
| "extra-light";
toJSON(): LazyCanvasFont;
}
family: string
path: string
structureType: string
weight:
| "normal"
| "bold"
| "italic"
| "bold italic"
| "regular"
| "semi-bold"
| "extra-bold"
| "light"
| "extra-light"
toJSON:function
Example