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 |
image=font.tga |
||||||
originalImageSize=1536 1536 |
originalImageSize=1536 1536 |
||||||
padding=24 24 |
padding=24 24 |
||||||
fontSize=16 |
fontSize=16 |
||||||
[char] |
[char] |
||||||
unicode=57 |
unicode=57 |
||||||
advance=23 0 |
|
||||||
glyph=2 |
glyph=2 |
||||||
[char] |
[char] |
||||||
unicode=61 |
unicode=61 |
||||||
advance=11 0 |
|
||||||
glyph=0 |
glyph=0 |
||||||
[char] |
[char] |
||||||
unicode=65 |
unicode=65 |
||||||
advance=12 0 |
|
||||||
glyph=1 |
glyph=1 |
||||||
[char] |
[char] |
||||||
unicode=76 |
unicode=76 |
||||||
advance=11 0 |
|
||||||
glyph=0 |
glyph=0 |
||||||
[glyph] |
[glyph] |
||||||
|
advance=8 0 |
||||||
position=24 24 |
position=24 24 |
||||||
rectangle=24 24 -24 -24 |
rectangle=24 24 -24 -24 |
||||||
[glyph] |
[glyph] |
||||||
|
advance=12 0 |
||||||
position=25 12 |
position=25 12 |
||||||
rectangle=16 4 64 32 |
rectangle=16 4 64 32 |
||||||
[glyph] |
[glyph] |
||||||
|
advance=23 0 |
||||||
position=25 34 |
position=25 34 |
||||||
rectangle=0 8 16 128 |
rectangle=0 8 16 128 |
||||||
|
|||||||
Loading…
Reference in new issue