Home
last modified time | relevance | path

Searched refs:font_size (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/freetype/src/tools/ftrandom/
A Dftrandom.c87 static FT_F26Dot6 font_size = 12 * 64; variable
161 FT_Set_Char_Size( face, 0, font_size, 72, 72 ); in TestFace()
624 font_size = (FT_F26Dot6)( strtod( argv[++i], &end ) * 64 ); in main()
625 if ( *end != '\0' || font_size < 64 ) in main()
/AliOS-Things-master/components/SDL2/src/video/directfb/
A DSDL_DirectFB_WM.h37 int font_size; member
A DSDL_DirectFB_WM.c96 fdesc.height = windata->theme.font_size; in LoadFont()
121 int d = (t->caption_size - t->font_size) / 2; in DirectFB_WM_RedrawLayout()

Completed in 4 milliseconds