Searched refs:font_size (Results 1 – 3 of 3) sorted by relevance
87 static FT_F26Dot6 font_size = 12 * 64; variable161 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()
37 int font_size; member
96 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