Hello,
Please don't duplicate your posts. At the end It can confuse to people who wants to help, or have the same issue.
About the SVG font editor, in general: There isn't any good documentation about that. Tavmjong's guide surprisingly doesn't say any about that feature. At this moment I don't know what are the plans of the devlopers of Inkscape about this set of tools.
About your problem, I will try to give some info I see
You can see a Inkscape's SVG file with a text editor. For example, I've worked a svg font with a unicode character. See what i have:
Code: Select all
<defs
id="defs4">
<font
horiz-adv-x="1024"
id="font3348"
inkscape:label="tipografía 1">
<font-face
units-per-em="1024"
id="font-face3350"
font-family="SVGFont 1" />
<missing-glyph
d="M0,0h1000v1024h-1000z"
id="missing-glyph3352" />
<glyph
glyph-name="glifo 1"
id="glyph3354"
unicode="á"
d="m 112.4375,987.0957 c ...l 1.62975,-0.003 z" />
</font>
</defs>
As i see, In inkscape you can asign a path to a unicode character writing the character in a unicode attribute Like:
for the letter "'á".
...What is your opinion?

More info:
http://www.w3.org/TR/SVG/fonts.html#Gly ... eAttribute
It is often useful to refer to characters using XML character references expressed in hexadecimal notation or decimal notation. For example, unicode="ffl" could be expressed as XML character references in hexadecimal notation as unicode="ffl" or in decimal notation as unicode="ffl".
In my Inkscape's version, using my system with my country's keyboard, I use two keys for the " á " character. Inkscape doesn't introduce any hexadecimal or decimal code.
So, from my point of view, you have to introduce those codes by hand, if you want that freefontconverter recognize your work