Home
last modified time | relevance | path

Searched defs:fontStyle (Results 26 – 50 of 135) sorted by relevance

123456

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/impl/
H A Dparagraph_builder_impl.cpp36 RSFontStyle::Slant ConvertToRSFontSlant(FontStyle fontStyle) in ConvertToRSFontSlant()
59 RSFontStyle MakeFontStyle(FontWeight fontWeight, FontWidth fontWidth, FontStyle fontStyle) in MakeFontStyle()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-textclock.md137 ### fontStyle subsection
H A Dts-basic-components-texttimer.md104 ### fontStyle subsection
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-textclock.md149 ### fontStyle subsection
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dtextarea_composed_element.cpp129 auto fontStyle = placeHoldStyle.GetFontStyle(); in GetPlaceholderFont() local
174 auto fontStyle = in GetTextFontStyle() local
H A Dtextinput_composed_element.cpp133 auto fontStyle = placeHoldStyle.GetFontStyle(); in GetPlaceholderFont() local
170 auto fontStyle = in GetTextInputFontStyle() local
H A Dtext_clock_composed_element.cpp108 auto fontStyle = in GetTextFontStyle() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/
H A Dindexer_model_ng.cpp95 …std::optional<std::vector<std::string>>& fontFamily, std::optional<OHOS::Ace::FontStyle>& fontStyl… in SetSelectedFont()
111 …std::optional<std::vector<std::string>>& fontFamily, std::optional<OHOS::Ace::FontStyle>& fontStyl… in SetPopupFont()
127 …std::optional<std::vector<std::string>>& fontFamily, std::optional<OHOS::Ace::FontStyle>& fontStyl… in SetFont()
399 std::optional<OHOS::Ace::FontStyle>& fontStyle) in SetSelectedFont()
416 std::optional<OHOS::Ace::FontStyle>& fontStyle) in SetPopupFont()
433 std::optional<OHOS::Ace::FontStyle>& fontStyle) in SetFont()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_indexer.cpp190 std::optional<FontStyle> fontStyle; in SetSelectedFont() local
205 std::optional<FontStyle> fontStyle; in SetPopupFont() local
220 std::optional<FontStyle> fontStyle; in SetFont() local
284 std::optional<FontStyle>& fontStyle) in GetFontContent()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/text/fontstyleset_fuzzer/
H A Dfontstyleset_fuzzer.cpp77 … FontStyle fontStyle = FontStyle(weight, width, static_cast<FontStyle::Slant>(slant % SLANT_SIZE)); in FontStyleSetFuzzTest002() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dtext_style.cpp23 FontStyle fontStyle, const Color& textColor) in TextStyle()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_typeface.cpp67 FontStyle fontStyle; in GetFontStyle() local
248 std::shared_ptr<Typeface> SkiaTypeface::MakeFromName(const char familyName[], FontStyle fontStyle) in MakeFromName()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_font_mgr.cpp162 … OH_Drawing_FontMgr* drawingFontMgr, const char* familyName, OH_Drawing_FontStyleStruct fontStyle) in OH_Drawing_FontMgrMatchFamilyStyle()
180 … const char* familyName, OH_Drawing_FontStyleStruct fontStyle, const char* bcp47[], int bcp47Count, in OH_Drawing_FontMgrMatchFamilyStyleCharacter()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dbutton_request_data.h46 std::optional<Ace::FontStyle> fontStyle; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/src/
H A Dfont_parser.cpp304 auto fontStyle = typeface->GetFontStyle(); in SetFontDescriptor() local
427 auto fontStyle = item->GetFontStyle(); in CreateFontDescriptors() local
468 auto fontStyle = typeface->GetFontStyle(); in ParseFontDescriptor() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
H A Dprogress_paint_property.cpp89 auto fontStyle = JsonUtil::Create(true); in ToJsonValueForCapsule() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/measure/
H A Dcj_measure_ffi.h41 int32_t fontStyle; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dmeasure_util.h41 FontStyle fontStyle = FontStyle::NORMAL; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/txt/
H A Dparagraph_style.h47 FontStyle fontStyle = FontStyle::NORMAL; variable
H A Dtext_style.h122 FontStyle fontStyle = FontStyle::NORMAL; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_span_ffi.cpp113 void FfiOHOSAceFrameworkSpanSetFontStyle(int32_t fontStyle) in FfiOHOSAceFrameworkSpanSetFontStyle()
H A Dcj_texttimer_ffi.cpp112 void FfiOHOSAceFrameworkTextTimerSetFontStyle(int32_t fontStyle) in FfiOHOSAceFrameworkTextTimerSetFontStyle()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/text/
H A Dfont_mgr.cpp63 Typeface* FontMgr::MatchFamilyStyleCharacter(const char familyName[], const FontStyle& fontStyle, in MatchFamilyStyleCharacter()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/text/fontmgr_fuzzer/
H A Dfontmgr_fuzzer.cpp264 … FontStyle fontStyle = FontStyle(weight, width, static_cast<FontStyle::Slant>(slant % SLANT_SIZE)); in FontMgrFuzzTest006() local
329 … FontStyle fontStyle = FontStyle(weight, width, static_cast<FontStyle::Slant>(slant % SLANT_SIZE)); in FontMgrFuzzTest008() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dalphabet_indexer_modifier.cpp76 std::optional<Ace::FontStyle> fontStyle = FONT_STYLES[0]; in SetSelectedFont() local
95 std::optional<Ace::FontStyle> fontStyle = selectTextStyle.GetFontStyle(); in ResetSelectedFont() local
110 std::optional<Ace::FontStyle> fontStyle = FONT_STYLES[0]; in SetPopupFont() local
129 std::optional<Ace::FontStyle> fontStyle = popupTextStyle.GetFontStyle(); in ResetPopupFont() local
144 std::optional<Ace::FontStyle> fontStyle = FONT_STYLES[0]; in SetAlphabetIndexerFont() local
163 std::optional<Ace::FontStyle> fontStyle = defaultTextStyle.GetFontStyle(); in ResetAlphabetIndexerFont() local

123456