Home
last modified time | relevance | path

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

/RvlSDK-3.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;
76 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-…
11 font-size : 16px;border-top-style : none;border-left-style : double;border-left-width : 8px;border-…
30 font-family : Arial;
/RvlSDK-3.1/include/revolution/
Dfnt.h95 BOOL FNTConstruct( FNTHeader* font, void* resource );
96 void FNTInitStreamingConstruct( FNTHeader* font, u32 dataSize );
98 FNTHeader* font,
104 const FNTHeader* font,
107 GXTexFmt FNTGetTextureFormat( const FNTHeader* font );
110 char* FNTGetWidth( const FNTHeader* font, const char* string, s32* width );
111 void FNTGetMetrics( const FNTHeader* font, FNTMetrics* metrics );
114 FNTEncoding FNTGetEncoding( const FNTHeader* font );
115 FNTEncoding FNTSetEncoding( FNTHeader* font, FNTEncoding encoding );
/RvlSDK-3.1/build/demos/fntdemo/src/
Dfntdemo1.c178 const FNTHeader* font, in DrawString() argument
186 BOOL utf16 = (FNTGetEncoding(font) == FNT_ENCODING_UTF16); in DrawString()
192 string = FNTGetTexture(font, string, &tex); in DrawString()
214 const FNTHeader* font, in GetStringWidth() argument
219 BOOL utf16 = (FNTGetEncoding(font) == FNT_ENCODING_UTF16); in GetStringWidth()
225 string = FNTGetWidth(font, string, &width); in GetStringWidth()
243 const FNTHeader* font, in DrawSample() argument
259 FNTGetMetrics(font, &metrics); in DrawSample()
262 drawW = DrawString(font, x, y, z, str0, scaleX, scaleY, 0.F, &lastImage); in DrawSample()
264 drawW = DrawString(font, x, y, z, str1, scaleX, scaleY, 0.F, &lastImage); in DrawSample()
[all …]
/RvlSDK-3.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()
/RvlSDK-3.1/build/demos/kpadOlddemo/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()