Editing Talk:RCOXML Fonts
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 122: | Line 122: | ||
| 0x08 || 0x04 || {{cellcolors|#ff7777}} ''unknown'' || 41 60 00 00 || character_heigth ? || this looks like a float... 0x41600000 = 14.0 (float) | | 0x08 || 0x04 || {{cellcolors|#ff7777}} ''unknown'' || 41 60 00 00 || character_heigth ? || this looks like a float... 0x41600000 = 14.0 (float) | ||
|} | |} | ||
Some info related to font "families" and font "styles" from the file '''dev_flash\vsh\resource\hknw_plugin\parameters.txt''' | |||
///////////////////////////////////////////////////// | |||
// 新フォント (new fonts) | |||
///////////////////////////////////////////////////// | |||
// NEWFONT_FAMILY_CODE の値 (value) | |||
// 0 SCE_FONT_DEFAULT_FAMILY_CODE | |||
// 1 SCE_FONT_FAMILY_SANSERIF | |||
// 2 SCE_FONT_FAMILY_SERIF | |||
// 3 SCE_FONT_FAMILY_ROUNDED | |||
// 4 SCE_FONT_FAMILY_ROUNDED_CASUAL 従来の丸文字 (conventional round character) | |||
// 5 SCE_FONT_FAMILY_ROUNDED_CASUAL2 | |||
// 61440 azukiLB | |||
// 61441 uzura | |||
// 61442 aqua | |||
// 61443 aqua_pfont | |||
#define NEWFONT_FAMILY_CODE 61440//61443 | |||
// NEWFONT_STYLE_CODE の値 (value) | |||
// 101 細い (thin) | |||
// 102 ↑ | |||
// 103 | | |||
// 104 | | |||
// 105 ↓ | |||
// 106 太い (thick) | |||
#define NEWFONT_STYLE_CODE 104 | |||
See also: [[XMB Fonts]] | See also: [[XMB Fonts]] |