@rendley/sdk 1.7.0 → 1.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -89,136 +89,28 @@ export declare class HtmlTextClip extends Clip<PIXI.Sprite, ClipStyle<PIXI.Sprit
|
|
|
89
89
|
getHtmlText(): string;
|
|
90
90
|
setHtmlStyle(style: HtmlTextStyle, reset?: boolean): void;
|
|
91
91
|
getHtmlStyle(): {
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
uniforms?: Record<string, unknown> | undefined;
|
|
115
|
-
};
|
|
116
|
-
sourceId: string;
|
|
117
|
-
}[];
|
|
118
|
-
isVisible: boolean;
|
|
119
|
-
htmlText: string;
|
|
120
|
-
htmlStyle: {
|
|
121
|
-
color: string;
|
|
122
|
-
align: "left" | "center" | "right" | "justify";
|
|
123
|
-
fontSize: number;
|
|
124
|
-
fontWeight: "bold" | "normal" | "bolder" | "lighter" | "100" | "200" | "300" | "400" | "500" | "600" | "700" | "800" | "900";
|
|
125
|
-
fontFamily: string;
|
|
126
|
-
fontStyle: "normal" | "italic" | "oblique";
|
|
127
|
-
strokeThickness: number;
|
|
128
|
-
padding: number;
|
|
129
|
-
wordWrapWidth: number;
|
|
130
|
-
wordWrap: boolean;
|
|
131
|
-
breakWords: boolean;
|
|
132
|
-
dropShadow: boolean;
|
|
133
|
-
dropShadowAlpha: number;
|
|
134
|
-
dropShadowAngle: number;
|
|
135
|
-
dropShadowBlur: number;
|
|
136
|
-
dropShadowColor: string;
|
|
137
|
-
dropShadowDistance: number;
|
|
138
|
-
fontVariant: "normal" | "small-caps";
|
|
139
|
-
letterSpacing: number;
|
|
140
|
-
lineHeight: number;
|
|
141
|
-
stroke: string;
|
|
142
|
-
whiteSpace: "pre" | "normal" | "pre-line";
|
|
143
|
-
};
|
|
144
|
-
text?: string | undefined;
|
|
145
|
-
style?: unknown;
|
|
146
|
-
customData?: [string, unknown][] | undefined;
|
|
147
|
-
mediaDataId?: string | undefined;
|
|
148
|
-
subtitlesId?: string | undefined;
|
|
149
|
-
wrapMode?: import('../../../../types').WrapModeEnum | undefined;
|
|
150
|
-
animationController?: {
|
|
151
|
-
animationDataIn?: {
|
|
152
|
-
name: string;
|
|
153
|
-
inOutOfRange: import("../../../..").OutOfRangeEnum;
|
|
154
|
-
outOutOfRange: import("../../../..").OutOfRangeEnum;
|
|
155
|
-
propertyAnimations: {
|
|
156
|
-
inOutOfRange: import("../../../..").OutOfRangeEnum;
|
|
157
|
-
outOutOfRange: import("../../../..").OutOfRangeEnum;
|
|
158
|
-
property: string;
|
|
159
|
-
keyframes: {
|
|
160
|
-
time: number;
|
|
161
|
-
value: string | number;
|
|
162
|
-
easing: import("../../../..").EasingEnum;
|
|
163
|
-
space: import("../../../..").AnimationSpaceEnum;
|
|
164
|
-
relativeProperty?: string | undefined;
|
|
165
|
-
}[];
|
|
166
|
-
}[];
|
|
167
|
-
speed?: number | undefined;
|
|
168
|
-
offset?: number | undefined;
|
|
169
|
-
amplification?: number | undefined;
|
|
170
|
-
} | undefined;
|
|
171
|
-
animationDataOut?: {
|
|
172
|
-
name: string;
|
|
173
|
-
inOutOfRange: import("../../../..").OutOfRangeEnum;
|
|
174
|
-
outOutOfRange: import("../../../..").OutOfRangeEnum;
|
|
175
|
-
propertyAnimations: {
|
|
176
|
-
inOutOfRange: import("../../../..").OutOfRangeEnum;
|
|
177
|
-
outOutOfRange: import("../../../..").OutOfRangeEnum;
|
|
178
|
-
property: string;
|
|
179
|
-
keyframes: {
|
|
180
|
-
time: number;
|
|
181
|
-
value: string | number;
|
|
182
|
-
easing: import("../../../..").EasingEnum;
|
|
183
|
-
space: import("../../../..").AnimationSpaceEnum;
|
|
184
|
-
relativeProperty?: string | undefined;
|
|
185
|
-
}[];
|
|
186
|
-
}[];
|
|
187
|
-
speed?: number | undefined;
|
|
188
|
-
offset?: number | undefined;
|
|
189
|
-
amplification?: number | undefined;
|
|
190
|
-
} | undefined;
|
|
191
|
-
animationDataLoop?: {
|
|
192
|
-
name: string;
|
|
193
|
-
inOutOfRange: import("../../../..").OutOfRangeEnum;
|
|
194
|
-
outOutOfRange: import("../../../..").OutOfRangeEnum;
|
|
195
|
-
propertyAnimations: {
|
|
196
|
-
inOutOfRange: import("../../../..").OutOfRangeEnum;
|
|
197
|
-
outOutOfRange: import("../../../..").OutOfRangeEnum;
|
|
198
|
-
property: string;
|
|
199
|
-
keyframes: {
|
|
200
|
-
time: number;
|
|
201
|
-
value: string | number;
|
|
202
|
-
easing: import("../../../..").EasingEnum;
|
|
203
|
-
space: import("../../../..").AnimationSpaceEnum;
|
|
204
|
-
relativeProperty?: string | undefined;
|
|
205
|
-
}[];
|
|
206
|
-
}[];
|
|
207
|
-
speed?: number | undefined;
|
|
208
|
-
offset?: number | undefined;
|
|
209
|
-
amplification?: number | undefined;
|
|
210
|
-
} | undefined;
|
|
211
|
-
animationInDuration?: number | undefined;
|
|
212
|
-
animationOutDuration?: number | undefined;
|
|
213
|
-
animationLoopCount?: number | undefined;
|
|
214
|
-
loopSmoothing?: number | undefined;
|
|
215
|
-
} | undefined;
|
|
216
|
-
clipMasks?: {
|
|
217
|
-
id: string;
|
|
218
|
-
clipId: string;
|
|
219
|
-
wrapMode: import("../../../filter/MaskFilter").MaskWrapModeEnum;
|
|
220
|
-
}[] | undefined;
|
|
221
|
-
fonts?: string[] | undefined;
|
|
92
|
+
color: string;
|
|
93
|
+
align: "left" | "center" | "right" | "justify";
|
|
94
|
+
fontSize: number;
|
|
95
|
+
fontWeight: "bold" | "normal" | "bolder" | "lighter" | "100" | "200" | "300" | "400" | "500" | "600" | "700" | "800" | "900";
|
|
96
|
+
fontFamily: string;
|
|
97
|
+
fontStyle: "normal" | "italic" | "oblique";
|
|
98
|
+
strokeThickness: number;
|
|
99
|
+
padding: number;
|
|
100
|
+
wordWrapWidth: number;
|
|
101
|
+
wordWrap: boolean;
|
|
102
|
+
breakWords: boolean;
|
|
103
|
+
dropShadow: boolean;
|
|
104
|
+
dropShadowAlpha: number;
|
|
105
|
+
dropShadowAngle: number;
|
|
106
|
+
dropShadowBlur: number;
|
|
107
|
+
dropShadowColor: string;
|
|
108
|
+
dropShadowDistance: number;
|
|
109
|
+
fontVariant: "normal" | "small-caps";
|
|
110
|
+
letterSpacing: number;
|
|
111
|
+
lineHeight: number;
|
|
112
|
+
stroke: string;
|
|
113
|
+
whiteSpace: "pre" | "normal" | "pre-line";
|
|
222
114
|
};
|
|
223
115
|
loadFonts(fonts: string[]): Promise<void>;
|
|
224
116
|
updateVisibility(currentTime: number): void;
|