Type alias TextObjectDataType
TextObjectDataType: {
content: {
bold: boolean;
characterSize: number;
color: string;
font: string;
isOutlineEnabled: boolean;
isShadowEnabled: boolean;
italic: boolean;
outlineColor: string;
outlineThickness: float;
shadowAngle: float;
shadowBlurRadius: float;
shadowColor: string;
shadowDistance: float;
shadowOpacity: float;
text: string;
textAlignment: string;
underlined: boolean;
verticalTextAlignment: string;
};
}
Type declaration
content: {
bold: boolean;
characterSize: number;
color: string;
font: string;
isOutlineEnabled: boolean;
isShadowEnabled: boolean;
italic: boolean;
outlineColor: string;
outlineThickness: float;
shadowAngle: float;
shadowBlurRadius: float;
shadowColor: string;
shadowDistance: float;
shadowOpacity: float;
text: string;
textAlignment: string;
underlined: boolean;
verticalTextAlignment: string;
}
bold: boolean
characterSize: number
color: string
font: string
isOutlineEnabled: boolean
isShadowEnabled: boolean
italic: boolean
outlineColor: string
outlineThickness: float
shadowAngle: float
shadowBlurRadius: float
shadowColor: string
shadowDistance: float
shadowOpacity: float
text: string
textAlignment: string
underlined: boolean
verticalTextAlignment: string
Base parameters for gdjs.TextRuntimeObject