Home
last modified time | relevance | path

Searched refs:FT_STYLE_FLAG_BOLD (Results 1 – 10 of 10) sorted by relevance

/AliOS-Things-master/components/freetype/src/cff/
A Dcffobjs.c888 flags |= FT_STYLE_FLAG_BOLD; in cff_face_init()
892 if ( !(flags & FT_STYLE_FLAG_BOLD) && cffface->style_name ) in cff_face_init()
895 flags |= FT_STYLE_FLAG_BOLD; in cff_face_init()
/AliOS-Things-master/components/freetype/src/type42/
A Dt42objs.c329 if ( face->ttf_face->style_flags & FT_STYLE_FLAG_BOLD ) in T42_Face_Init()
330 root->style_flags |= FT_STYLE_FLAG_BOLD; in T42_Face_Init()
/AliOS-Things-master/components/freetype/src/cid/
A Dcidobjs.c419 cidface->style_flags |= FT_STYLE_FLAG_BOLD; in cid_face_init()
/AliOS-Things-master/components/freetype/src/winfonts/
A Dwinfnt.c756 root->style_flags |= FT_STYLE_FLAG_BOLD; in FNT_Face_Init()
875 if ( root->style_flags & FT_STYLE_FLAG_BOLD ) in FNT_Face_Init()
/AliOS-Things-master/components/freetype/src/type1/
A Dt1objs.c455 root->style_flags |= FT_STYLE_FLAG_BOLD; in T1_Face_Init()
/AliOS-Things-master/components/freetype/src/sfnt/
A Dsfobjs.c1272 flags |= FT_STYLE_FLAG_BOLD; in sfnt_load_face()
1279 flags |= FT_STYLE_FLAG_BOLD; in sfnt_load_face()
/AliOS-Things-master/components/freetype/include/
A Dfreetype.h1355 #define FT_STYLE_FLAG_BOLD ( 1 << 1 ) macro
/AliOS-Things-master/components/freetype/src/bdf/
A Dbdfdrivr.c230 face->style_flags |= FT_STYLE_FLAG_BOLD; in bdf_interpret_style()
/AliOS-Things-master/components/freetype/src/pcf/
A Dpcfread.c1016 face->style_flags |= FT_STYLE_FLAG_BOLD; in pcf_interpret_style()
/AliOS-Things-master/components/SDL2/src/ttf/
A DSDL_ttf.c540 if (font->face->style_flags & FT_STYLE_FLAG_BOLD) { in TTF_OpenFontIndexRW()

Completed in 25 milliseconds