/ohos5.0/base/global/system_resources/ |
H A D | systemres.gni | 26 font_path = "fonts/HarmonyOS_Sans.ttf" 30 font_path = "fonts/HarmonyOS_Sans_Italic.ttf" 34 font_path = "fonts/HarmonyOS_Sans_Condensed.ttf" 50 font_path = "fonts/HarmonyOS_Sans_SC.ttf" 54 font_path = "fonts/HarmonyOS_Sans_TC.ttf" 58 font_path = "fonts/HarmonyOS_Sans_Digit.ttf" 66 font_path = "fonts/HMOSColorEmojiCompat.ttf" 70 font_path = "fonts/HMOSColorEmojiFlags.ttf" 74 font_path = "fonts/HMSymbolVF.ttf" 78 font_path = "fonts/hm_symbol_config.json" [all …]
|
H A D | README.md | 11 HarmonyOS Sans is a family of variable fonts developed by Huawei for all-scenario experience. It is… 25 ├── fonts # System fonts
|
H A D | .gitattributes | 16 fonts/HMOSColorEmojiCompat.ttf filter=lfs diff=lfs merge=lfs -text 17 fonts/HarmonyOS_Sans_SC.ttf filter=lfs diff=lfs merge=lfs -text
|
H A D | BUILD.gn | 22 module_install_dir = "fonts" 46 [ target_out_dir + "/previewer/common/bin/fonts/{{source_file_part}}" ]
|
H A D | README_zh.md | 25 ├── fonts # 系统字体目录
|
H A D | LICENSE_Fonts | 11 "HarmonyOS Sans Fonts" shall mean the collection of fonts software components provided by Licensor … 17 …ll unmodified copies of HarmonyOS Sans Fonts with any software except for fonts software,subject t…
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/font/ |
H A D | ui_multi_font_manager.cpp | 106 if (strstr(fonts.ttfName, ARABIC_LANG) != nullptr) { in UpdateScript() 107 arbicTtfId_ = fonts.ttfId; in UpdateScript() 108 } else if (strstr(fonts.ttfName, THAI_LANG) != nullptr) { in UpdateScript() 109 thaiTtfId_ = fonts.ttfId; in UpdateScript() 110 } else if (strstr(fonts.ttfName, MYAN_LANG) != nullptr) { in UpdateScript() 111 myanmarTtfId_ = fonts.ttfId; in UpdateScript() 112 } else if (strstr(fonts.ttfName, DVCARI_LANG) != nullptr) { in UpdateScript() 113 devanagariTtfId_ = fonts.ttfId; in UpdateScript() 114 } else if (strstr(fonts.ttfName, HBREW_LANG) != nullptr) { in UpdateScript() 115 hebrewTtfId_ = fonts.ttfId; in UpdateScript() [all …]
|
H A D | ui_multi_font_manager.h | 40 void UpdateScript(UITextLanguageFontParam& fonts);
|
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/ |
H A D | _o_h___drawing___font_alias_info.md | 21 …s greater than 0, only the fonts with the specified weight in the font family are contained. If th… 44 …s greater than 0, only the fonts with the specified weight in the font family are contained. If th…
|
H A D | _o_h___drawing___font_config_info.md | 21 | size_t [fontGenericInfoSize](#fontgenericinfosize) | Number of generic fonts.| 24 …eneric_info.md) \* [fontGenericInfoSet](#fontgenericinfoset) | Pointer to a set of generic fonts.| 83 Pointer to a set of generic fonts.
|
H A D | drawing__text__font__descriptor_8h.md | 38 …nt descriptor based on the font name and type. System fonts, style fonts, and user-installed fonts…
|
H A D | _o_h___drawing___font_fallback_group.md | 20 …group corresponding to the font fallback group. If null is passed in, all fonts in the font fallba… 55 …group corresponding to the font fallback group. If null is passed in, all fonts in the font fallba…
|
H A D | _o_h___drawing___font___metrics.md | 28 …the font bounding box. Generally, the value is a negative value. Variable fonts are not recommende… 29 …the font bounding box. Generally, the value is a negative value. Variable fonts are not recommende… 203 …the font bounding box. Generally, the value is a negative value. Variable fonts are not recommende… 214 …the font bounding box. Generally, the value is a negative value. Variable fonts are not recommende…
|
H A D | drawing__font__mgr_8h.md | 6 …ent in the drawing module. The functions can be used to load fonts and match available fonts in th… 38 …tyleSet](_drawing.md#oh_drawing_fontstyleset) \*) | Obtains the number of fonts in the font style …
|
H A D | drawing__font__collection_8h.md | 26 …lection](_drawing.md#oh_drawing_fontcollection) \*fontCollection) | Disables the alternate fonts.| 27 …Collection](_drawing.md#oh_drawing_fontcollection) \*fontCollection) | Disables the system fonts.|
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/ |
H A D | span_string_test_ng.cpp | 628 vector<Font> fonts; variable 633 fonts.emplace_back(f); 642 … AceType::MakeRefPtr<FontSpan>(fonts[1], 6, 7), AceType::MakeRefPtr<FontSpan>(fonts[2], 7, 8), 663 … AceType::MakeRefPtr<FontSpan>(fonts[2], 1, 2), AceType::MakeRefPtr<FontSpan>(fonts[3], 2, 3), 677 vector<Font> fonts; variable 682 fonts.emplace_back(f); 694 … AceType::MakeRefPtr<FontSpan>(fonts[4], 1, 4), AceType::MakeRefPtr<FontSpan>(fonts[1], 4, 5), 701 … AceType::MakeRefPtr<FontSpan>(fonts[0], 3, 4), AceType::MakeRefPtr<FontSpan>(fonts[4], 4, 7), 702 … AceType::MakeRefPtr<FontSpan>(fonts[1], 7, 8), AceType::MakeRefPtr<FontSpan>(fonts[2], 8, 9), 709 … AceType::MakeRefPtr<FontSpan>(fonts[1], 3, 4), AceType::MakeRefPtr<FontSpan>(fonts[2], 4, 5), [all …]
|
/ohos5.0/foundation/arkui/ui_lite/tools/qt/simulator/font/ |
H A D | LICENSE.txt | 19 provide a free and open framework in which fonts may be shared and 22 The OFL allows the licensed fonts to be used, studied, modified and 24 fonts, including any derivative works, can be bundled, embedded, 26 names are not used by derivative works. The fonts and derivatives, 28 requirement for fonts to remain under this license does not apply to 29 any document created using the fonts or their derivatives. 79 distributed under any other license. The requirement for fonts to
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | js-apis-font.md | 3 The **font** module provides APIs for registering custom fonts. 96 ….fontFamily('medium') // medium: name of the custom font to register. (Registered fonts such as $r… 113 > To use custom fonts globally in an application, register the fonts through the [windowStage.loadC… 131 | Array\<string> | List of supported fonts. | 284 | fontSetName | string | Yes| Name of the font family corresponding to the alternate fonts. | 285 … | Yes| Alternate fonts for the font family. If **fontSetName** is **""**, it indicates that the … 295 …fonts included in the font family. If the value is greater than 0, the font family contains only t…
|
/ohos5.0/base/security/selinux_adapter/sepolicy/ohos_policy/bootanimation/system/ |
H A D | parameter.te | 20 # avc: denied { read } for pid=5103 comm="/system/bin/bootanimation" path="/system/fonts" dev="/… 21 # avc: denied { search } for pid=5103 comm="/system/bin/bootanimation" path="/system/fonts" dev=…
|
/ohos5.0/base/security/selinux_adapter/sepolicy/ohos_policy/web/webview/system/ |
H A D | isolated_render.te | 101 # avc: denied { open } for pid=5103 comm="ei.hmos.browser" path="/system/fonts" dev="sdd74" ino=… 102 # avc: denied { read } for pid=5103 comm="ei.hmos.browser" name="fonts" dev="sdd74" ino=2210 sco… 103 # avc: denied { search } for pid=5103 comm="ei.hmos.browser" name="fonts" dev="sdd74" ino=2210 s… 106 # avc: denied { getattr } for pid=5103 comm="ei.hmos.browser" path="/system/fonts/HarmonyOS_Sans… 107 # avc: denied { map } for pid=5103 comm="ei.hmos.browser" path="/system/fonts/HarmonyOS_Sans_Lig… 108 # avc: denied { open } for pid=5103 comm="ei.hmos.browser" path="/system/fonts/HarmonyOS_Sans_Li… 149 # avc: denied { map } for pid=1, comm="/system/bin/appspawn" path="/data/themes/a/app/fonts/*.ttf"… 150 # avc: denied { read } for pid=1, comm="/system/bin/appspawn" path="/data/themes/a/app/fonts/*.ttf… 151 # avc: denied { getattr } for pid=1, comm="/system/bin/appspawn" path="/data/themes/a/app/fonts/*.…
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.27/ |
H A D | changelogs-global.md | 11 To ensure user experience, the system supports adjustment of font widths and has changed some fonts. 17 Applications that access fonts through hard coding are affected.
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-graphics-porting-guide.md | 184 Fonts are classified into dot matrix fonts and vector fonts. 186 …or dot matrix fonts, use the font packaging tool to generate a **font.bin** file. The tool support… 188 For vector fonts, **DEFAULT_VECTOR_FONT_FILENAME** is registered by default. To use other fonts, ca…
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/impl/ |
H A D | paragraph_builder_impl.cpp | 234 std::vector<SkString> fonts; in ConvertTextStyleToSkStyle() local 235 std::transform(txt.fontFamilies.begin(), txt.fontFamilies.end(), std::back_inserter(fonts), in ConvertTextStyleToSkStyle() 237 skStyle.setFontFamilies(fonts); in ConvertTextStyleToSkStyle()
|
/ohos5.0/base/update/updater/resources/font/ |
H A D | LICENSE_Fonts | 11 "HarmonyOS Sans Fonts" shall mean the collection of fonts software components provided by Licensor … 17 …ll unmodified copies of HarmonyOS Sans Fonts with any software except for fonts software,subject t…
|
/ohos5.0/docs/en/design/ux-design/ |
H A D | visual-fonts.md | 15 For details about the layered parameters related to fonts provided by OpenHarmony, see [Resources](…
|