todo
This commit is contained in:
parent
0ff8eb39c9
commit
9b7fa748d8
1 changed files with 1 additions and 0 deletions
|
@ -80,6 +80,7 @@ proc parseSvgFont*(buf: string): SvgFont =
|
||||||
else:
|
else:
|
||||||
discard # Multi-rune unicode?
|
discard # Multi-rune unicode?
|
||||||
of "hkern":
|
of "hkern":
|
||||||
|
# TODO "g" kerning
|
||||||
let
|
let
|
||||||
u1 = node.attr("u1")
|
u1 = node.attr("u1")
|
||||||
u2 = node.attr("u2")
|
u2 = node.attr("u2")
|
||||||
|
|
Loading…
Reference in a new issue