/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/wrap/ |
H A D | render_wrap.cpp | 91 auto spacing = NormalizeToPx(spacing_); in PerformLayout() local 126 currentMainLength += spacing; in PerformLayout() 134 currentMainLength -= spacing; in PerformLayout() 157 currentMainLength -= spacing; in PerformLayout() 293 auto spacing = NormalizeToPx(spacing_); in HandleDialogStretch() local 300 if (totalLength - spacing > mainLengthLimit_) { in HandleDialogStretch() 572 auto spacing = NormalizeToPx(spacing_); in PositionedItem() local 634 auto spacing = NormalizeToPx(spacing_); in HandleCenterAlignment() local 651 auto spacing = NormalizeToPx(spacing_); in HandleEndAlignment() local 667 auto spacing = NormalizeToPx(spacing_); in HandleBaselineAlignment() local [all …]
|
H A D | wrap_component.h | 30 … WrapComponent(double spacing, double contentSpacing, const std::list<RefPtr<Component>>& children) in WrapComponent() argument 31 : ComponentGroup(children), spacing_(Dimension(spacing, DimensionUnit::PX)), in WrapComponent() 52 void SetSpacing(const Dimension& spacing) in SetSpacing() argument 54 spacing_ = spacing; in SetSpacing()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-container-list-sys.md | 39 …ag of the list will result in reduced spacing between the list items in the drag direction and<br>… 40 …s scrolled to the edge, a continued drag of the list result in increased spacing between all the l… 44 Provides the chained animation settings, which cover the maximum spacing, minimum spacing, intensit… 52 | minSpace | [Length](ts-types.md#length) | Yes | Minimum spacing between the cha… 53 | maxSpace | [Length](ts-types.md#length) | Yes | Maximum spacing between the cha…
|
H A D | ts-basic-components-span.md | 60 Letter spacing. A negative value tightens the spacing; a positive value loosens the spacing, and th… 72 | value | number \| string | Yes | Letter spacing.| 341 // Set the letter spacing. 344 Span('span letter spacing') 350 Span('span letter spacing') 356 Span('span letter spacing')
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-js/ |
H A D | js-components-basic-text.md | 35 | letter-spacing | <length> | 0px … 36 | word-spacing<sup>7+</sup> | <length> \| <percentage> \| … 64 > - letter-spacing、text-align、line-height、text-overflow和max-lines样式作用于text及其子组件(span)组成的文本内容。 86 <text class="title textletterspacing">hello world with letter-spacing</text> 87 <text class="title textwordspacing">hello world with word-spacing</text> 116 letter-spacing: -3px; 119 word-spacing: 20px;
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js/ |
H A D | js-components-grid-row.md | 33 …spacing between the start edge of the container's cross axis and the first row is equal to the spa…
|
H A D | js-components-basic-text.md | 35 …etter-spacing | <length> | 0px … 36 …spacing<sup>7+</sup> | <length> \| <percentage> \| string | normal … 64 > - The **letter-spacing**, **text-align**, **line-height**, **text-overflow**, and **max-lines** … 85 <text class="title textletterspacing">hello world with letter-spacing</text> 86 <text class="title textwordspacing">hello world with word-spacing</text> 115 letter-spacing: -3px; 118 word-spacing: 20px;
|
H A D | js-components-grid-container.md | 55 …spacing between the start edge of the container's cross axis and the first row is equal to the spa…
|
H A D | js-components-grid-col.md | 43 …spacing between the start edge of the container's cross axis and the first row is equal to the spa…
|
H A D | js-components-basic-menu.md | 43 | letter-spacing | <length> | 0 | No | Character spacing of the menu. …
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/js-service-widget-ui/ |
H A D | js-service-widget-basic-text.md | 29 | letter-spacing | <length> | 0px | 否 | 设置文本的字符间距。 | 53 > - letter-spacing、text-align、line-height、text-overflow和max-lines样式作用于text及其子组件(span)组成的文本内容。 90 letter-spacing: 5px;
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | arkts-layout-development-create-grid.md | 23 …rtical alignment. When it has its size changed, its child components and spacing are adjusted prop… 203 The horizontal spacing between two grid cells is called row spacing, and the vertical spacing is ca… 205 **Figure 8** Row spacing and column spacing 209 …t the row spacing and column spacing of the grid layout. In the calculator shown in Figure 5, the …
|
H A D | ui-js-components-menu.md | 51 … the style for the **<menu>** component, such as the font color, size, and character spacing. 90 letter-spacing: 2px; 142 letter-spacing: 2px; 234 letter-spacing: 2px;
|
H A D | ui-js-components-text.md | 37 …nt-size**, **allow-scale**, **word-spacing**, and **text-align** attributes to add the color, size… 45 …tyle="color: blueviolet; font-size: 40px; margin-top: 20px; allow-scale:true;word-spacing: 20px;" >
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/examples/showcase/src/main/js/default/pages/component/list/list/list14/ |
H A D | index.css | 78 letter-spacing: 1px; 90 letter-spacing: 1px; 101 letter-spacing: 1px;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/ |
H A D | wrap_layout_algorithm.cpp | 124 auto spacing = static_cast<float>(spacing_.ConvertToPx()); in Measure() local 144 currentMainLength += spacing; in Measure() 153 currentMainLength -= spacing; in Measure() 166 currentMainLength = GetItemMainAxisLength(item->GetGeometryNode()) + spacing; in Measure() 177 currentMainLength -= spacing; in Measure() 635 auto spacing = static_cast<float>(spacing_.ConvertToPx()); in GetFlexItemProperties() local 641 currentMainLength_ += GetItemMainAxisLength(itemWrapper->GetGeometryNode()) + spacing; in GetFlexItemProperties()
|
/ohos5.0/docs/en/design/ux-design/ |
H A D | design-annotated-drawings.md | 4 …attributes of UI elements include the color, size, font, rounded corner, spacing, shadow, blur, sc… 13 In addition to parameters that strongly depend on service design, such as size and spacing, you are…
|
H A D | multimodal-text.md | 18 - Ensure the readability of text. Pay attention to the contrast, spacing, and color between the tex…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/js-service-widget-ui/ |
H A D | js-service-widget-basic-text.md | 29 | letter-spacing | <length> | 0px | No| Character spacing (px).| 53 > - The **letter-spacing**, **text-align**, **line-height**, **text-overflow**, and **max-lines** s… 69 <text class="letter_spacing">This is the text for which the character spacing is set. </text> 90 letter-spacing: 5px;
|
H A D | js-service-widget-container-div.md | 30 …spacing between the start edge of the container's cross axis and the first row is equal to the spa…
|
/ohos5.0/docs/zh-cn/application-dev/ui/ |
H A D | ui-js-components-menu.md | 90 letter-spacing: 2px; 142 letter-spacing: 2px; 234 letter-spacing: 2px;
|
H A D | ui-js-components-text.md | 36 设置color、font-size、allow-scale、word-spacing、text-align属性分别为文本添加颜色、大小、缩放、文本之间的间距和文本在水平方向的对齐方式。 44 …or: blueviolet; font-size: 40px; margin-top: 20px; allow-scale:true;word-spacing: 20px;text-align:…
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.10.6/ |
H A D | changelogs-arkui.md | 13 API version 9: The spacing between the custom title and the back button is 16 vp. 15 …API version 10: The spacing between the custom title bar and the back button is changed from 16 vp… 116 …API version 9: The spacing between the back button and the title bar is 16 vp, and the title bar i… 118 …API version 10: The spacing between the back button and the title bar is changed from 16 vp to 12 …
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-basic-components-span.md | 344 Span('span letter spacing') 350 Span('span letter spacing') 356 Span('span letter spacing')
|
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/ |
H A D | _o_h___drawing___font___metrics.md | 25 | float [leading](#leading) | Interline spacing.| 115 Interline spacing.
|