Interface AsukaCanvas2DTextSelection

interface AsukaCanvas2DTextSelection {
    allowedFonts?: string[];
    charSpacing: number;
    curveBend?: number;
    curved: boolean;
    curveType?: string;
    fill: string;
    fontFamily: string;
    fontSize: number;
    fontStyle: string;
    fontWeight: string | number;
    lineHeight: number;
    objectId: string;
    text: string;
    textAlign: string;
    underline: boolean;
}

Properties

allowedFonts?: string[]
charSpacing: number
curveBend?: number
curved: boolean
curveType?: string
fill: string
fontFamily: string
fontSize: number
fontStyle: string
fontWeight: string | number
lineHeight: number
objectId: string
text: string
textAlign: string
underline: boolean