Editing RCOXML Coding
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 71: | Line 71: | ||
===FontTree=== | ===FontTree=== | ||
Only used in PS3, only used in sysconf_plugin.rco and hknw_plugin.rco | Only used in PS3, only used in sysconf_plugin.rco and hknw_plugin.rco | ||
*sysconf_plugin.rco example: | |||
{{Boxcode|content=<syntaxhighlight lang="xml"> | |||
<FontTree> | |||
<FontStyle name="fontstyle_sanserif" unknownShort1="0x1" unknownShort2="0x0" unknownInt3="0x0" unknownInt4="0x41600000" /> | |||
</FontTree> | |||
</syntaxhighlight>}} | |||
*hknw_plugin.rco example: | |||
{{Boxcode|content=<syntaxhighlight lang="xml"> | |||
<FontTree> | |||
<FontStyle name="fontstyle_default" unknownShort1="0x0" unknownShort2="0x0" unknownInt3="0x0" unknownInt4="0x41600000" /> | |||
<FontStyle name="fontstyle_light" unknownShort1="0x0" unknownShort2="0x101" unknownInt3="0x0" unknownInt4="0x41600000" /> | |||
</FontTree> | |||
</syntaxhighlight>}} | |||
===TextTree=== | ===TextTree=== |