Home
last modified time | relevance | path

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

/RvlSDK-3.3/man/en_US/hbm/css/
Dhbm_common.css3 font-family : Arial;
4 font-size : 10pt;
15 font-style : oblique;
16 font-weight : bold;
34 font-style : normal;
35 font-weight : normal;
48 font-family : Arial;
49 font-style : normal;
50 font-weight : normal;
51 font-size : 10pt;
[all …]
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 …]
/RvlSDK-3.3/vcmv/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;
38 font-size : 18px;
46 font-weight : bold;
68 font-family : Arial;
[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.3/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;
38 font-size : 18px;
46 font-weight : bold;
68 font-family : Arial;
[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.3/vcmv/man/ja_JP/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;
38 font-size : 18px;
46 font-weight : bold;
68 font-family : Arial;
[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.3/include/revolution/
Dfnt.h102 BOOL FNTConstruct( FNTHeader* font, void* resource );
103 void FNTInitStreamingConstruct( FNTHeader* font, u32 dataSize );
105 FNTHeader* font,
111 const FNTHeader* font,
114 GXTexFmt FNTGetTextureFormat( const FNTHeader* font );
117 char* FNTGetWidth( const FNTHeader* font, const char* string, s32* width );
118 void FNTGetMetrics( const FNTHeader* font, FNTMetrics* metrics );
121 FNTEncoding FNTGetEncoding( const FNTHeader* font );
122 FNTEncoding FNTSetEncoding( FNTHeader* font, FNTEncoding encoding );
125 BOOL FNTSetAlternateChar( FNTHeader* font, const char* string );
[all …]
/RvlSDK-3.3/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.3/build/demos/kpaddemo/src/
Dkfont.c57 OSFontHeader *font ; in init_kfont_texture() local
76 font = (OSFontHeader*)OSAlloc( OS_FONT_DATA_SIZE_SJIS ) ; in init_kfont_texture()
83 font = (OSFontHeader*)OSAlloc( OS_FONT_DATA_SIZE_ANSI ) ; in init_kfont_texture()
90 (void)OSLoadFont( font, tmp ) ; in init_kfont_texture()
108 OSFree( font ) ; in init_kfont_texture()
/RvlSDK-3.3/vcmv/
DReadme_en.txt15 (7) Regarding font data included in this package
62 dvdroot/content3/WiiNTLG_Latin-M.ttc .. shared font used by the browser
63 dvdroot/content3/Wii-cn_HeiTiW5.ttf .. shared font used by the browser on CHN platform
64 dvdroot/content3/Wii-kr_Round Gothic B.ttf .. shared font used by the browser on KOR platform
149 vcmv changes the font data by the language setting.
157 ** the font data and the exception occurs. **
211 ** Please confirm the name and the path such as the font files passed **
225 (7) Regarding font data included in this package
228 This package includes the font data owned by Fontworks Japan Inc, HangYang, and Dyna Font. ("Font D…
264 * Corrected the process of selecting the font contents
[all …]