/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/ |
H A D | _o_h___drawing___strut_style.md | 25 …Leading](#halfleading) | Whether to enable half leading. The value **true** means to enable half l… 26 | double [leading](#leading) | Custom leading to be applied to the strut. | 73 Whether to enable half leading. The value **true** means to enable half leading, and **false** mean… 98 ### leading subsection 101 double OH_Drawing_StrutStyle::leading 106 Custom leading to be applied to the strut.
|
H A D | _o_h___drawing___font___metrics.md | 25 | float [leading](#leading) | Interline spacing.| 107 ### leading subsection 110 float OH_Drawing_Font_Metrics::leading
|
H A D | drawing__text__run_8h.md | 28 …cbounds) (OH_Drawing_Run \*run, float \*ascent, float \*descent, float \*leading) | Obtains the ty…
|
H A D | js-apis-graphics-text.md | 398 …leading is enabled. Half leading is the leading split in half and applied equally to the top and b… 422 | leading | number | Yes | Yes| Custom leadin… 426 …leading is enabled. Half leading is the leading split in half and applied equally to the top and b…
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/ |
H A D | _o_h___drawing___strut_style.md | 26 | double [leading](#leading) | 以自定义行距应用于支柱的行距 | 98 ### leading subsection 101 double OH_Drawing_StrutStyle::leading
|
H A D | _o_h___drawing___font___metrics.md | 25 | float [leading](#leading) | 行间距。 | 107 ### leading subsection 110 float OH_Drawing_Font_Metrics::leading
|
H A D | drawing__text__run_8h.md | 28 …cbounds) (OH_Drawing_Run \*run, float \*ascent, float \*descent, float \*leading) | 获取渲染单元的排版边界。文本…
|
H A D | drawing__text__line_8h.md | 42 …(OH_Drawing_TextLine \*line, double \*ascent, double \*descent, double \*leading) | 获取文本行对象的排版边界。文…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | scroll_motion.h | 27 ExtentPair(double leading, double trailing) : leading_(leading), trailing_(trailing) {} in ExtentPair() argument
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-basic-components-timepicker.md | 139 Sets whether to display a leading zero for the hours, minutes, and seconds. 149 …leading zero for the hours, minutes, and seconds. Currently only the configuration of the **hour**…
|
H A D | ts-basic-components-textclock.md | 267 Sets whether to display a leading zero for the hour. 279 …leading zeros in the hour. It only supports setting the **hour** parameter. When the parameter val… 513 …leading zero for the hour field. By default, the hour field in the 24-hour format includes a leadi… 521 Text("Remove the leading zero in 24-hour format: ") 529 Text("Add the leading zero in 12-hour format: ")
|
H A D | ts-methods-timepicker-dialog.md | 58 …leading zero for the hours and minutes. Currently only the configuration of the **hour** and **min…
|
H A D | ts-methods-datepicker-dialog.md | 64 …leading zero for the hours and minutes. Currently only the configuration of the **hour** and **min…
|
/ohos5.0/docs/en/application-dev/reference/apis-location-kit/ |
H A D | errorcode-geoLocationManager.md | 19 1. The location service fails to be started, leading to a communication failure between the applica… 21 2. The GNSS chip fails to be initialized, leading to a GNSS positioning failure. 23 3. The network positioning service is abnormal, leading to a network positioning failure. 55 This error code is reported if the location service fails, leading to a failure to obtain the posit…
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/ |
H A D | drawing_font.h | 462 float leading; member
|
H A D | drawing_text_typography.h | 498 double leading; member
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.40/ |
H A D | changelogs-ability.md | 11 … still successfully call **startAbility** in the background, potentially leading to the display of…
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/scroll/ |
H A D | scroll_test_ng.cpp | 345 auto leading = scrollEdgeEffect->leadingCallback_(); variable 349 EXPECT_EQ(leading, -VERTICAL_SCROLLABLE_DISTANCE); 359 leading = scrollEdgeEffect->leadingCallback_(); 363 EXPECT_EQ(leading, 0.0); 373 leading = scrollEdgeEffect->leadingCallback_(); 377 EXPECT_EQ(leading, 0.0); 393 leading = scrollEdgeEffect->leadingCallback_(); 395 EXPECT_EQ(leading, 0.0);
|
/ohos5.0/docs/en/application-dev/quick-start/ |
H A D | har-to-hsp.md | 2 Currently, the HAR has a problem with duplicate packaging, leading an oversize application package.…
|
H A D | arkts-page-custom-components-layout.md | 79 …ponent is increased by half of the size of the previous child component, leading to component size…
|
/ohos5.0/docs/en/application-dev/internationalization/ |
H A D | pseudo-i18n-testing-translation.md | 8 … this basis. However, the text length often increases after translation, leading to abnormal UI la…
|
/ohos5.0/docs/en/design/ux-design/ |
H A D | animation-design-principles.md | 13 …ossible. The more complex the elements, the longer the user interaction, leading to a sense of slu…
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | arkui-overview.md | 24 …hout caring about how the framework implements UI drawing and rendering, leading to simplified and…
|
/ohos5.0/build/toolchain/ |
H A D | toolchain.gni | 65 # Extension for shared library files (including leading dot).
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_font.cpp | 383 cFontMetrics->leading = metrics.fLeading; in OH_Drawing_FontGetMetrics()
|