Re: LibreCAD ".lff" fonts (continued).
Posted by Rallaz on Sep 15, 2011; 5:21pm
URL: https://forum.librecad.org/LibreCAD-lff-fonts-continued-tp4807481p4807628.html
simplex does not exist in librecad so is changed:
if (style == "simplex") then style = "normallatin2";
when the font is finished then rename to simplex.lff
and change the code.
considerations:
The field "Format" should be version for possible formats redesigns like v12, v2000, v2007 in dwg
The field "Author" is also handled by LibreCAD and require a line starting by "# Author:" to handle it
and not lose any author when the file is saved.
Fields
"Created:", "Last modified:" and "Notes" are treated as commentaries
If you open the font with LibreCAD, then saved, are lost.
I have to watch that when the file is saved do not miss the comments and update # Last modified:
> - Will you take care of that modification or do you
> prefer that I do it ?
I now I have little time and hard work
if you take care I would be happy :-)
And if you do, feel free to ask
Rallaz