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 42: | Line 39: | ||
</RcoFile> | </RcoFile> | ||
</syntaxhighlight>}} | </syntaxhighlight>}} | ||
*(0x7) Font | *(0x7) Font | ||
Line 48: | Line 46: | ||
! 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 82: | ||
**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 108: | Line 100: | ||
</RcoFile> | </RcoFile> | ||
</syntaxhighlight>}} | </syntaxhighlight>}} | ||