omt 0.1.2

A set of tiny tools mostly used for game development. A Texture atlas packer, a font converter, a pakfile creator.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## font format V2


OMFONT == 4f 4d 46 4f 4e 54
u32 # version 2
u16 # font size
u16 # number of codepoints
x*u32 # codepoint

x*{
	mat3x2	# texture matrix
	f32		# advance
	f32		# yOffset
}