Home
last modified time | relevance | path

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

/RvlSDK-2.1/man/en_US/CSS/
Drevolution.css3 font-family : Arial;
4 font-size : 10pt;
9 font-size : 36px;
10 font-family : Arial;
11 font-weight : bold;
21 font-size : 20px;
29 font-weight : bold;
50 font-family : Arial;
51 font-size : 10pt;
69 font-size : 10pt;
[all …]
Dtitles2.css4 font-family : Arial;
5 font-size : 10pt;
9 font-size : 20px;border-top-style : none;border-left-style : double;border-left-width : 8px;border-…
22 font-family : Arial;
/RvlSDK-2.1/build/demos/kpaddemo/src/
Dkfont.c56 OSFontHeader *font ; in init_kfont_texture() local
75 font = (OSFontHeader*)OSAlloc( OS_FONT_DATA_SIZE_SJIS ) ; in init_kfont_texture()
82 font = (OSFontHeader*)OSAlloc( OS_FONT_DATA_SIZE_ANSI ) ; in init_kfont_texture()
89 (void)OSLoadFont( font, tmp ) ; in init_kfont_texture()
107 OSFree( font ) ; in init_kfont_texture()