Searched refs:OH_Drawing_SystemFontType (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/ |
H A D | drawing_text_font_descriptor_test.cpp | 44 OH_Drawing_SystemFontType fontType = OH_Drawing_SystemFontType(0b10000); 71 OH_Drawing_GetFontDescriptorByFullName(&drawingString, OH_Drawing_SystemFontType::ALL); 85 OH_Drawing_SystemFontType fontType = OH_Drawing_SystemFontType::INSTALLED; 110 OH_Drawing_SystemFontType fontType = OH_Drawing_SystemFontType::STYLISH; 132 OH_Drawing_SystemFontType fontType = OH_Drawing_SystemFontType::GENERIC; 158 OH_Drawing_SystemFontType fontType = OH_Drawing_SystemFontType(INSTALLED | STYLISH); 180 OH_Drawing_SystemFontType fontType = OH_Drawing_SystemFontType(ALL | STYLISH); 202 OH_Drawing_SystemFontType fontType = OH_Drawing_SystemFontType::GENERIC;
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/ |
H A D | drawing__text__font__descriptor_8h.md | 24 | typedef enum [OH_Drawing_SystemFontType](_drawing.md#oh_drawing_systemfonttype) [OH_Drawing_Syste… 31 | [OH_Drawing_SystemFontType](_drawing.md#oh_drawing_systemfonttype-1) { ALL = 1 << 0, GENERI… 38 …me) (const [OH_Drawing_String](_o_h___drawing___string.md) \*, [OH_Drawing_SystemFontType](_drawin… 39 …sByType](_drawing.md#oh_drawing_getsystemfontfullnamesbytype) ([OH_Drawing_SystemFontType](_drawin…
|
H A D | _drawing.md | 91 | typedef enum [OH_Drawing_SystemFontType](#oh_drawing_systemfonttype) [OH_Drawing_SystemFontType](… 195 | [OH_Drawing_SystemFontType](#oh_drawing_systemfonttype-1) { ALL = 1 << 0, GENERIC = 1 <&… 556 …ontFullNamesByType](#oh_drawing_getsystemfontfullnamesbytype) ([OH_Drawing_SystemFontType](#oh_dra… 805 ### OH_Drawing_SystemFontType subsection 808 typedef enum OH_Drawing_SystemFontType OH_Drawing_SystemFontType 2091 ### OH_Drawing_SystemFontType subsection 2094 enum OH_Drawing_SystemFontType 3084 OH_Drawing_Array* OH_Drawing_GetSystemFontFullNamesByType (OH_Drawing_SystemFontType ) 3099 | OH_Drawing_SystemFontType | 表示字体类型的枚举值[OH_Drawing_SystemFontType](#oh_drawing_systemfonttype)。 | 3108 …or* OH_Drawing_GetFontDescriptorByFullName (const OH_Drawing_String* , OH_Drawing_SystemFontType ) [all …]
|
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/ |
H A D | drawing__text__font__descriptor_8h.md | 24 | typedef enum [OH_Drawing_SystemFontType](_drawing.md#oh_drawing_systemfonttype) [OH_Drawing_Syste… 31 | [OH_Drawing_SystemFontType](_drawing.md#oh_drawing_systemfonttype-1) { ALL = 1 << 0, GENERI… 38 …me) (const [OH_Drawing_String](_o_h___drawing___string.md) \*, [OH_Drawing_SystemFontType](_drawin… 39 …sByType](_drawing.md#oh_drawing_getsystemfontfullnamesbytype) ([OH_Drawing_SystemFontType](_drawin…
|
H A D | _drawing.md | 91 | typedef enum [OH_Drawing_SystemFontType](#oh_drawing_systemfonttype) [OH_Drawing_SystemFontType](… 195 | [OH_Drawing_SystemFontType](#oh_drawing_systemfonttype-1) { ALL = 1 << 0, GENERIC = 1 <&… 556 …ontFullNamesByType](#oh_drawing_getsystemfontfullnamesbytype) ([OH_Drawing_SystemFontType](#oh_dra… 805 ### OH_Drawing_SystemFontType subsection 808 typedef enum OH_Drawing_SystemFontType OH_Drawing_SystemFontType 2091 ### OH_Drawing_SystemFontType subsection 2094 enum OH_Drawing_SystemFontType 3084 OH_Drawing_Array* OH_Drawing_GetSystemFontFullNamesByType (OH_Drawing_SystemFontType ) 3099 | OH_Drawing_SystemFontType | Font type, which is defined in [OH_Drawing_SystemFontType](#oh_drawin… 3108 …or* OH_Drawing_GetFontDescriptorByFullName (const OH_Drawing_String* , OH_Drawing_SystemFontType ) [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/ |
H A D | drawing_text_font_descriptor.h | 65 } OH_Drawing_SystemFontType; typedef 107 …iptor* OH_Drawing_GetFontDescriptorByFullName(const OH_Drawing_String*, OH_Drawing_SystemFontType); 118 OH_Drawing_Array* OH_Drawing_GetSystemFontFullNamesByType(OH_Drawing_SystemFontType);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_text_font_descriptor.cpp | 55 OH_Drawing_SystemFontType fontType) in OH_Drawing_GetFontDescriptorByFullName() 82 OH_Drawing_Array* OH_Drawing_GetSystemFontFullNamesByType(OH_Drawing_SystemFontType fontType) in OH_Drawing_GetSystemFontFullNamesByType()
|