mirror of https://github.com/mosra/magnum.git
Browse Source
Allows to store glyph advance also for notfound glyph, which is exactly what we want for unknown characters. Also added version information to allow further extensions.pull/34/head
4 changed files with 30 additions and 13 deletions
@ -1,29 +1,29 @@
|
||||
version=1 |
||||
image=font.tga |
||||
originalImageSize=1536 1536 |
||||
padding=24 24 |
||||
fontSize=16 |
||||
[char] |
||||
unicode=57 |
||||
advance=23 0 |
||||
glyph=2 |
||||
[char] |
||||
unicode=61 |
||||
advance=11 0 |
||||
glyph=0 |
||||
[char] |
||||
unicode=65 |
||||
advance=12 0 |
||||
glyph=1 |
||||
[char] |
||||
unicode=76 |
||||
advance=11 0 |
||||
glyph=0 |
||||
[glyph] |
||||
advance=8 0 |
||||
position=24 24 |
||||
rectangle=24 24 -24 -24 |
||||
[glyph] |
||||
advance=12 0 |
||||
position=25 12 |
||||
rectangle=16 4 64 32 |
||||
[glyph] |
||||
advance=23 0 |
||||
position=25 34 |
||||
rectangle=0 8 16 128 |
||||
|
||||
Loading…
Reference in new issue