Home
last modified time | relevance | path

Searched refs:leading (Results 1 – 25 of 70) sorted by relevance

123

/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A D_o_h___drawing___strut_style.md25 …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.md25 | float [leading](#leading) | Interline spacing.|
107 ### leading subsection
110 float OH_Drawing_Font_Metrics::leading
H A Ddrawing__text__run_8h.md28 …cbounds) (OH_Drawing_Run \*run, float \*ascent, float \*descent, float \*leading) | Obtains the ty…
H A Djs-apis-graphics-text.md398leading 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…
426leading 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.md26 | double [leading](#leading) | 以自定义行距应用于支柱的行距 |
98 ### leading subsection
101 double OH_Drawing_StrutStyle::leading
H A D_o_h___drawing___font___metrics.md25 | float [leading](#leading) | 行间距。 |
107 ### leading subsection
110 float OH_Drawing_Font_Metrics::leading
H A Ddrawing__text__run_8h.md28 …cbounds) (OH_Drawing_Run \*run, float \*ascent, float \*descent, float \*leading) | 获取渲染单元的排版边界。文本…
H A Ddrawing__text__line_8h.md42 …(OH_Drawing_TextLine \*line, double \*ascent, double \*descent, double \*leading) | 获取文本行对象的排版边界。文…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dscroll_motion.h27 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 Dts-basic-components-timepicker.md139 Sets whether to display a leading zero for the hours, minutes, and seconds.
149leading zero for the hours, minutes, and seconds. Currently only the configuration of the **hour**…
H A Dts-basic-components-textclock.md267 Sets whether to display a leading zero for the hour.
279leading zeros in the hour. It only supports setting the **hour** parameter. When the parameter val…
513leading 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 Dts-methods-timepicker-dialog.md58leading zero for the hours and minutes. Currently only the configuration of the **hour** and **min…
H A Dts-methods-datepicker-dialog.md64leading 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 Derrorcode-geoLocationManager.md19 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 Ddrawing_font.h462 float leading; member
H A Ddrawing_text_typography.h498 double leading; member
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.40/
H A Dchangelogs-ability.md11 … 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 Dscroll_test_ng.cpp345 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 Dhar-to-hsp.md2 Currently, the HAR has a problem with duplicate packaging, leading an oversize application package.…
H A Darkts-page-custom-components-layout.md79 …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 Dpseudo-i18n-testing-translation.md8 … this basis. However, the text length often increases after translation, leading to abnormal UI la…
/ohos5.0/docs/en/design/ux-design/
H A Danimation-design-principles.md13 …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 Darkui-overview.md24 …hout caring about how the framework implements UI drawing and rendering, leading to simplified and…
/ohos5.0/build/toolchain/
H A Dtoolchain.gni65 # Extension for shared library files (including leading dot).
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_font.cpp383 cFontMetrics->leading = metrics.fLeading; in OH_Drawing_FontGetMetrics()

123