Home
last modified time | relevance | path

Searched refs:letter (Results 1 – 25 of 91) sorted by relevance

1234

/ohos5.0/foundation/arkui/ui_lite/frameworks/common/
H A Dtyped_text.cpp106 uint32_t letter = GetUTF8Next(text, tmp, i); in GetArcTextRect() local
107 if (letter == 0) { in GetArcTextRect()
110 if ((letter == '\r') || (letter == '\n')) { in GetArcTextRect()
195 uint32_t letter = TypedText::GetUTF8Next(text, tmp, i); in GetNextLine() local
238 uint32_t letter = GetUTF8Next(text, breakPoint, j); in GetWrapPoint() local
240 … if ((letter == ' ') || (letter == '.') || (letter == ',') || (letter == '!') || (letter == '=') in GetWrapPoint()
241 || (letter == '?')) { in GetWrapPoint()
244 if (letter == '\n') { in GetWrapPoint()
247 if ((letter == '\r') && (GetUTF8Next(text, breakPoint, j) == '\n')) { in GetWrapPoint()
272 uint32_t letter = GetUTF8Next(text, byteIndex, byteIndex); in GetTextWidth() local
[all …]
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A D_o_h___drawing___line_metrics.md20 | double [ascender](#ascender) | Part of a lowercase letter that extends beyond the meanline.|
21 | double [descender](#descender) | Part of a lowercase letter that extends below the baseline.|
22 | double [capHeight](#capheight) | Height of an uppercase letter above the baseline.|
23 | double [xHeight](#xheight) | Height of a lowercase letter, specifically the lowercase x, not incl…
44 Part of a lowercase letter that extends beyond the meanline.
55 Height of an uppercase letter above the baseline.
66 Part of a lowercase letter that extends below the baseline.
143 Height of a lowercase letter, specifically the lowercase x, not including ascenders and descenders.
H A D_o_h___drawing___font___metrics.md30 | float [xHeight](#xheight) | Height of a lowercase letter, or zero if unknown. Generally, the valu…
31 | float [capHeight](#capheight) | Height of an uppercase letter, or zero if unknown. Generally, the…
82 Height of an uppercase letter, or zero if unknown. Generally, the value is a negative value.
192 Height of a lowercase letter, or zero if unknown. Generally, the value is a negative value.
/ohos5.0/docs/en/application-dev/internationalization/
H A Di18n-language-region-display.md22 // language: two-letter language code, for example, zh, de, or fr.
24 …// sentenceCase: whether the first letter of the language name needs to be capitalized. The defaul…
31 // country: two-letter country/region code, for example, CN, DE, or SA.
33 …// sentenceCase: whether the first letter of the country/region name needs to be capitalized. The …
H A Di18n-sorting-local.md42 | | case | Compare the capitalization of different letters or the same letter.| Example: a ≠ b, a …
50 | | false | Not distinguish first letter capitalization.| ab,aB, AB,Ab => ab < aB < Ab &l…
/ohos5.0/docs/en/design/ux-design/
H A Dmultimodal-index-bar.md16 - When a user touches a letter on the index bar, all items starting with this letter are displayed.
20 …ntent displayed on the screen needs to scroll synchronously to match the letter position of the us…
/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_label.cpp44 uint32_t letter = TypedText::GetUTF8Next(labelLine.text, i, i); in DrawTextOneLine() local
76 letter, in DrawTextOneLine()
96 …uint8_t* fontMap = fontEngine->GetBitmap(letterInfo.letter, glyphNode, letterInfo.fontId, letterIn… in DrawTextOneLine()
185 uint32_t letter = TypedText::GetUTF8Next(text, tmp, i); in DrawArcText() local
186 if (letter == 0) { in DrawArcText()
189 if ((letter == '\r') || (letter == '\n')) { in DrawArcText()
192 letterWidth = fontEngine->GetWidth(letter, fontId, fontSize, 0); in DrawArcText()
201 letterInfo.InitData(fontId, fontSize, letter, { MATH_ROUND(posX), MATH_ROUND(posY) }, in DrawArcText()
275 const uint8_t* fontMap = fontEngine->GetBitmap(letterInfo.letter, node, in DrawLetterWithRotate()
/ohos5.0/base/global/i18n/
H A DREADME.md30letter code defined in the ISO 639 standard; the supported script must be represented by a four-le…
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.9.3/
H A Dchangelogs-bundlemanager.md4 …module**, **ability**, and **extensionAbility** fields must start with a letter and contain only l…
12 …module**, **ability**, and **extensionAbility** fields must start with a letter and contain only l…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/js-service-widget-ui/
H A Djs-service-widget-basic-text.md29 | letter-spacing | <length> | 0px | 否 | 设置文本的字符间距。 |
53 > - letter-spacing、text-align、line-height、text-overflow和max-lines样式作用于text及其子组件(span)组成的文本内容。
90 letter-spacing: 5px;
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-js/
H A Djs-components-basic-text.md35 | letter-spacing | <length> | 0px …
64 > - letter-spacing、text-align、line-height、text-overflow和max-lines样式作用于text及其子组件(span)组成的文本内容。
86 <text class="title textletterspacing">hello world with letter-spacing</text>
116 letter-spacing: -3px;
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dsqlite_utils.cpp169 for (const auto &letter : fileName) { in GetAnonymousName() local
170 if (isxdigit(letter)) { in GetAnonymousName()
176 alnumStr += letter; in GetAnonymousName()
183 noAlnumStr += letter; in GetAnonymousName()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/examples/showcase/src/main/js/default/pages/component/list/list/list14/
H A Dindex.css78 letter-spacing: 1px;
90 letter-spacing: 1px;
101 letter-spacing: 1px;
/ohos5.0/docs/en/application-dev/reference/apis-performance-analysis-kit/
H A Derrorcode-hiappevent.md49 - The event domain name starts with a letter and does not end with an underscore (\_).
72 - The event name must start with a letter or dollar sign ($) and end with a digit or letter.
133 - The event parameter name must start with a letter or dollar sign ($) and end with a digit or lett…
191 - The watcher name starts with a letter and does not end with an underscore (\_).
213 - The event domain name starts with a letter and does not end with an underscore (\_).
H A Djs-apis-hiappevent.md23 …to z), and underscore (_). It must start with a letter or dollar sign ($) and end with a digit or
33 …to z), and underscore (_). It must start with a letter or dollar sign ($) and end with a digit or
/ohos5.0/foundation/ability/idl_tool/parser/
H A Dlexer.cpp127 bool Lexer::ReadTokenPeek(bool skipComment, char letter) in ReadTokenPeek() argument
130 ReadLineComment(letter); in ReadTokenPeek()
136 ReadBlockComment(letter); in ReadTokenPeek()
H A Dlexer.h41 bool ReadTokenPeek(bool skipComment, char letter);
/ohos5.0/docs/zh-cn/application-dev/ui/
H A Dui-js-components-menu.md90 letter-spacing: 2px;
142 letter-spacing: 2px;
234 letter-spacing: 2px;
/ohos5.0/docs/en/application-dev/ui/
H A Dui-js-components-menu.md90 letter-spacing: 2px;
142 letter-spacing: 2px;
234 letter-spacing: 2px;
/ohos5.0/base/hiviewdfx/hisysevent/
H A DREADME.md52letter.</li><li><strong id="b20954154912571"><a name="b20954154912571"></a><a name="b2095415491257…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-span.md344 Span('span letter spacing')
350 Span('span letter spacing')
356 Span('span letter spacing')
/ohos5.0/foundation/multimodalinput/input/service/
H A Dhisysevent.yaml91 L_C_S_T: {type: INT32, desc: fs letter c gesture succ times}
92 L_E_S_T: {type: INT32, desc: fs letter e gesture succ times}
94 L_M_S_T: {type: INT32, desc: fs letter m gesture succ times}
95 L_S_S_T: {type: INT32, desc: fs letter s gesture succ times}
96 L_W_S_T: {type: INT32, desc: fs letter w gesture succ times}
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js/
H A Djs-components-basic-text.md35 | letter-spacing | &lt;length&gt; | 0px …
64 > - The **letter-spacing**, **text-align**, **line-height**, **text-overflow**, and **max-lines** …
85 <text class="title textletterspacing">hello world with letter-spacing</text>
115 letter-spacing: -3px;
/ohos5.0/docs/en/application-dev/reference/apis-localization-kit/
H A Djs-apis-i18n.md2089 Checks whether the input character is a letter.
2117 Checks whether the input character is a lowercase letter.
2145 Checks whether the input character is an uppercase letter.
2197 | U_UPPERCASE_LETTER | U_UPPERCASE_LETTER | Uppercase letter.|
2198 | U_LOWERCASE_LETTER | U_LOWERCASE_LETTER | Lowercase letter. |
2199 | U_TITLECASE_LETTER | U_TITLECASE_LETTER | Title case letter.|
2200 | U_MODIFIER_LETTER | U_MODIFIER_LETTER | Modifier letter.|
2201 …R_LETTER | Letters other than the uppercase letter, lowercase letter, title case letter, and modif…
3180 Checks whether the input character is a letter.
3203 Checks whether the input character is a lowercase letter.
[all …]
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/common/
H A Dtext.h114 letter = inLetter; in InitData()
130 uint32_t letter; member

1234