Lines Matching refs:new

18     styledString1: StyledString = new StyledString("运动45分钟");
19 mutableStyledString1: MutableStyledString = new MutableStyledString("运动35分钟");
20 controller1: TextController = new TextController();
21 controller2: TextController = new TextController();
53new TextStyle({ fontWeight: FontWeight.Bolder, fontSize: LengthMetrics.vp(24), fontStyle: FontStyl…
54 mutableStyledString: MutableStyledString = new MutableStyledString("运动35分钟 目标达成", [
65 styledValue: new TextStyle({ fontColor: Color.Orange, fontSize: LengthMetrics.vp(12) })
68 controller: TextController = new TextController();
93 mutableStyledString: MutableStyledString = new MutableStyledString("运动35分钟", [
98 styledValue: new TextShadowStyle({
107 controller: TextController = new TextController();
131 mutableStyledString: MutableStyledString = new MutableStyledString("运动35分钟", [
136 styledValue: new DecorationStyle({ type: TextDecorationType.LineThrough, color: Color.Red })
139 controller: TextController = new TextController();
165 mutableStyledString: MutableStyledString = new MutableStyledString("运动35分钟", [
170 styledValue: new BaselineOffsetStyle(LengthMetrics.px(20))
173 controller: TextController = new TextController();
199 mutableStyledString: MutableStyledString = new MutableStyledString("运动35分钟\n顶顶顶\n得到", [
204 styledValue: new LineHeightStyle(LengthMetrics.vp(50))
207 controller: TextController = new TextController();
234 mutableStyledString: MutableStyledString = new MutableStyledString("运动35分钟", [
239 styledValue: new LetterSpacingStyle(new LengthMetrics(20, LengthUnit.VP))
242 controller: TextController = new TextController();
269 titleParagraphStyleAttr: ParagraphStyle = new ParagraphStyle({ textAlign: TextAlign.Center });
271 paragraphStyleAttr1: ParagraphStyle = new ParagraphStyle({ textIndent: LengthMetrics.vp(15) });
273 lineHeightStyle1: LineHeightStyle= new LineHeightStyle(new LengthMetrics(24));
275 …paragraphStyledString1: MutableStyledString = new MutableStyledString("段落标题\n正文第一段落开始0123456789正文第…
286 styledValue: new LineHeightStyle(new LengthMetrics(50))
291 styledValue: new TextStyle({ fontSize: LengthMetrics.vp(24), fontWeight: FontWeight.Bolder })
313 …paragraphStyleAttr3: ParagraphStyle = new ParagraphStyle({ textAlign: TextAlign.End, maxLines: 1, …
315 controller: TextController = new TextController();
342 mutableStr: MutableStyledString = new MutableStyledString('123');
343 controller: TextController = new TextController();
344 …mutableStr2: MutableStyledString = new MutableStyledString('This is set decoration line style to t…
348 styledValue: new DecorationStyle({
374 leadingMarginValue: ParagraphStyle = new ParagraphStyle({ leadingMargin: LengthMetrics.vp(5)});
376 lineHeightStyle1: LineHeightStyle= new LineHeightStyle(new LengthMetrics(24));
378 boldTextStyle: TextStyle = new TextStyle({ fontWeight: FontWeight.Bold });
380 …paragraphStyledString1: MutableStyledString = new MutableStyledString("\n品牌相纸 高清冲印30张\n限时直降5.15元 限…
391 styledValue: new TextStyle({ fontSize: LengthMetrics.vp(14), fontColor: '#B22222' })
397 … styledValue: new TextStyle({ fontSize: LengthMetrics.vp(14), fontWeight: FontWeight.Lighter })
406 paragraphStyledString2: MutableStyledString = new MutableStyledString("\n¥16.21 3000+人好评", [
417 styledValue: new LineHeightStyle(new LengthMetrics(60))
429 styledValue: new TextStyle({ fontSize: LengthMetrics.vp(18) })
435 styledValue: new TextStyle({ fontSize: LengthMetrics.vp(36) })
441 styledValue: new TextStyle({ fontSize: LengthMetrics.vp(20) })
447 styledValue: new TextStyle({ fontColor: Color.Grey, fontSize: LengthMetrics.vp(14)})
463 this.mutableStr = new MutableStyledString(new ImageAttachment({
509 const brush = new drawing.Brush();
516 const font = new drawing.Font();
547 let path = new drawing.Path();
577 customSpan3: MyCustomSpan = new MyCustomSpan("99VIP88%off", 200, 40, 30);
578 textStyle: MutableStyledString = new MutableStyledString("123");
579 textController: TextController = new TextController();
587 this.textController.setStyledString(new StyledString(this.customSpan3));
615 …alignCenterParagraphStyleAttr: ParagraphStyle = new ParagraphStyle({ textAlign: TextAlign.Center }…
617 lineHeightStyle1: LineHeightStyle = new LineHeightStyle(LengthMetrics.vp(24));
619 boldTextStyle: TextStyle = new TextStyle({ fontWeight: FontWeight.Bold });
622 new MutableStyledString("您的豪华钻石已过期1天\n续费可继续享受会员专属权益", [
633 styledValue: new LineHeightStyle(LengthMetrics.vp(40))
639 styledValue: new TextStyle({ fontSize: LengthMetrics.vp(14), fontColor: Color.Grey })
654 paragraphStyledString2: MutableStyledString = new MutableStyledString("\n¥4.88¥15", [
665 styledValue: new LineHeightStyle(LengthMetrics.vp(60))
677 styledValue: new TextStyle({ fontSize: LengthMetrics.vp(18) })
683 styledValue: new TextStyle({ fontSize: LengthMetrics.vp(40) })
689 styledValue: new TextStyle({ fontColor: Color.Grey, fontSize: LengthMetrics.vp(14) })
695 styledValue: new DecorationStyle({ type: TextDecorationType.LineThrough, color: Color.Grey })
698 paragraphStyledString3: MutableStyledString = new MutableStyledString("\n02时06分后将失去该优惠", [
709 styledValue: new LineHeightStyle(LengthMetrics.vp(30))
715 styledValue: new TextStyle({ fontColor: '#FFD700', fontWeight: FontWeight.Bold })
721 styledValue: new TextStyle({ fontColor: '#FFD700', fontWeight: FontWeight.Bold })
724 controller: TextController = new TextController();