Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Binary Data Structure Version 1

Note:

  • All numbers are little-endian.
  • n indicates a previously read length.
  • ? means variable size (compute from other definitions).

Export

SizeTypeDescription
9_unknown/reserved
4uintversion
?Imageembedded Image
8uintnumber of patches
?×nPatchn patches

Image

SizeTypeDescription
2uintwidth
2uintheight
1boolraw
8uintbuffer length
nbytesbuffer

4PTS (4 Points)

SizeTypeDescription
644×[int,int]4 (x, y) coordinates

TextBlock

SizeTypeDescription
8uintfont size
8floatangle
8floatprobability
1_unknown/reserved
1boolfg_color available
0|1uintfg_r (if available)
0|1uintfg_g (if available)
0|1uintfg_b (if available)
1boolbg_color available
0|1uintbg_r (if available)
0|1uintbg_g (if available)
0|1uintbg_b (if available)
8uintoriginal text length
nbytesoriginal text
8uint4PTS count
n×644PTS4PTS data

Patch

SizeTypeDescription
8floatx
8floaty
?Imageembedded Image
?TextBlockembedded TextBlock