interface ICreatejsParsedText {
    fontFamily: string;
    fontSize: number;
    fontWeight?: string | number;
}

Properties

fontFamily: string
fontSize: number
fontWeight?: string | number

Generated using TypeDoc