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 25: | Line 25: | ||
*'''FontStyle''' TOC entry (children of FontTree) | *'''FontStyle''' TOC entry (children of FontTree) | ||
**07 01 00 00 00 00 B1 BC 00 00 00 28 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 28 00 00 00 00 00 00 00 00 | **07 01 00 00 00 00 B1 BC 00 00 00 28 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 28 00 00 00 00 00 00 00 00 00 | ||
**Attributes | **Attributes | ||
*** | ***01 00 00 00 00 00 00 41 60 00 00 | ||
In rcomage | In rcomage | ||
{{Boxcode| | {{Boxcode|content=<syntaxhighlight lang="xml"> | ||
<RcoFile> | <RcoFile> | ||
<MainTree name="sysconf_plugin"> | <MainTree name="sysconf_plugin"> | ||
Line 48: | Line 45: | ||
! Offset !! Length !! Name !! Example !! Notes !! Speculation | ! Offset !! Length !! Name !! Example !! Notes !! Speculation | ||
|- | |- | ||
| 0x00 || 0x02 || {{cellcolors|#ff7777}} '''file_format''' || 00 | | 0x00 || 0x02 || {{cellcolors|#ff7777}} '''file_format''' || 01 00 || <span style="background:#ff9999;">0x0=''unknown''</span><br>0x1=? || 0x0=font file is inside the RCO container ?<br>0x1=system font from firmware ? | ||
|- | |- | ||
| 0x02 || 0x02 || {{cellcolors|#ff7777}} '''file_compression''' || 00 00 || 0x0=NONE ?<br>0x1=ZLIB ?<br>0x2=RLZ ? || | | 0x02 || 0x02 || {{cellcolors|#ff7777}} '''file_compression''' || 00 00 || 0x0=NONE ?<br>0x1=ZLIB ?<br>0x2=RLZ ? || | ||
Line 84: | Line 81: | ||
**07 01 00 00 00 00 19 64 00 00 00 28 00 00 00 00 00 00 00 00 00 00 00 34 00 00 00 00 00 00 00 28 00 00 00 00 00 00 00 00 | **07 01 00 00 00 00 19 64 00 00 00 28 00 00 00 00 00 00 00 00 00 00 00 34 00 00 00 00 00 00 00 28 00 00 00 00 00 00 00 00 | ||
**Attributes | **Attributes | ||
***00 00 | ***00 00 00 00 00 00 00 00 41 60 00 00 | ||
*'''FontStyle''' TOC entry (second children of FontTree) | *'''FontStyle''' TOC entry (second children of FontTree) | ||
**07 01 00 00 00 00 19 78 00 00 00 28 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 34 00 00 00 5C 00 00 00 00 00 00 00 00 | **07 01 00 00 00 00 19 78 00 00 00 28 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 34 00 00 00 5C 00 00 00 00 00 00 00 00 | ||
**Attributes | **Attributes | ||
***00 00 | ***00 00 01 01 00 00 00 00 41 60 00 00 | ||
In rcomage | In rcomage | ||
{{Boxcode| | {{Boxcode|content=<syntaxhighlight lang="xml"> | ||
<RcoFile> | <RcoFile> | ||
<MainTree name="sysconf_plugin"> | <MainTree name="sysconf_plugin"> | ||
Line 116: | Line 107: | ||
| 0x00 || 0x02 || {{cellcolors|#ff7777}} '''file_format''' || 00 00 || <span style="background:#ff9999;">0x0=''unknown''</span><br>0x1=? || 0x0=font file is inside the RCO container ?<br>0x1=system font from firmware ? | | 0x00 || 0x02 || {{cellcolors|#ff7777}} '''file_format''' || 00 00 || <span style="background:#ff9999;">0x0=''unknown''</span><br>0x1=? || 0x0=font file is inside the RCO container ?<br>0x1=system font from firmware ? | ||
|- | |- | ||
| 0x02 || 0x02 || {{cellcolors|#ff7777}} '''file_compression''' | | 0x02 || 0x02 || {{cellcolors|#ff7777}} '''file_compression''' || 01 01 || || wtf | ||
|- | |- | ||
| 0x04 || 0x04 || {{cellcolors|#ff7777}} ''unknown'' || 00 00 00 00 || ''file_offset'' ? || | | 0x04 || 0x04 || {{cellcolors|#ff7777}} ''unknown'' || 00 00 00 00 || ''file_offset'' ? || | ||
Line 122: | Line 113: | ||
| 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''' | |||
///////////////////////////////////////////////////// | |||
// 新フォント | |||
///////////////////////////////////////////////////// | |||
// NEWFONT_FAMILY_CODEの値 | |||
// 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(従来の丸文字) | |||
// 5 SCE_FONT_FAMILY_ROUNDED_CASUAL2 | |||
// 61440 azukiLB | |||
// 61441 uzura | |||
// 61442 aqua | |||
// 61443 aqua_pfont | |||
#define NEWFONT_FAMILY_CODE 61440//61443 | |||
// NEWFONT_STYLE_CODEの値 | |||
// 101 細い | |||
// 102 ↑ | |||
// 103 | | |||
// 104 | | |||
// 105 ↓ | |||
// 106 太い | |||
#define NEWFONT_STYLE_CODE 104 | |||
See also: [[XMB Fonts]] | See also: [[XMB Fonts]] |