paeryn / openvg

Tools for exploring OpenVG
Other
11 stars 2 forks source link

Lastest version #3

Open paeryn opened 8 years ago

paeryn commented 8 years ago

Latest branch is V1.2 (10/1/16) synced to ajstarks upstream (with Makefile changes for cross-compiling).

paeryn commented 8 years ago

Update: V1.2 got messed up (it received a partial update to V1.3). fonts is the nearest to ajstarks' master (it doesn't have his updates though, that was what V1.2 included).

V1.3 is a binary-incompatible version, precursor to my updated font handling. It changes Fontinfo into a pointer so that only a pointer is passed around rather than a 2KB structure. loadfont() now takes two more arguments (font descender and ascender heghts). unloadfont() now just takes the Fontinfo variable that was returned by loadfont().