|
|
Subject: How to make Fontforge import svg files? - msg#00023
List: fonts.fontforge.user
I'm usin Fontforge in Windows 98SE trough Cygwin/X
and can't import svg files I created with Inkscape, neither image files (even
bmp files). What can I do?
Silvana
Was this page helpful?
Thread at a glance:
Previous Message by Date:
click to view message preview
Re: USE-MY-METRICS
On Mon, 2005-09-12 at 07:54, George Williams wrote:
> * If any of you have sfd files based on an external truetype
> font I encourage you to regenerate the sfd file (by loading the
> truetype file again)
> * If you have an sfd file from some other source, then I
> encourage you to download and build the current sources and run
> the following script:
> SelectAll()
> DefaultUseMyMetrics()
Sorry about this. on the 19th I added support for positioning references
by point matching, and the ROUND-TO-GRID bit.
(before this fontforge would:
convert point matching references to translated refs at read in
output all references with ROUND-TO-GRID set)
So if you have an sfd file based on a ttf font that might position its
references by point matching (Apple fonts do this more often than MS
ones)
I suggest you regenerate it.
And for any sfd files saved with a version of fontforge after 12-Sept
but before 19-Sept, I suggest you run the following script:
SelectAll()
DefaultRoundToGrid()
-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server.
Download it for free - -and be entered to win a 42" plasma tv or your very
own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php
Next Message by Date:
click to view message preview
Re: How to make Fontforge import svg files?
On Fri, 2005-09-23 at 15:53, Silvana Marques wrote:
> I'm usin Fontforge in Windows 98SE trough Cygwin/X and can't import
> svg files I created with Inkscape,
You must install libxml on your cygwin, reconfigure and rebuild
fontforge.
> neither image files (even bmp files). What can I do?
BMP files are built into fontforge and I can't imagine why you can't
import them. They work fine on my system.
Other image file type need the appropriate library. Please look at
http://fontforge.sourceforge.net/#image-libs
-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server.
Download it for free - -and be entered to win a 42" plasma tv or your very
own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php
Previous Message by Thread:
click to view message preview
Adding bitmap fonts to a bitmap picture (similar to date on a camera)
Hello all,
We have an embedded system that requires data representation, similar to the
data represented in a digital camera. The Data will be added to the bitmap as
read from the CCD before converting it to jpg.
We are using C and I will have to use the bitmap fonts to draw monospaced
unicode characters in a designated format that will be masked over the
picture.
Any information where I should start would be handy. Tips on libs for
processing font files and extracting the font information from the bitmap
files will all be handy.
Thanks in advance,
Frans
-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server.
Download it for free - -and be entered to win a 42" plasma tv or your very
own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php
Next Message by Thread:
click to view message preview
Re: How to make Fontforge import svg files?
On Fri, 2005-09-23 at 15:53, Silvana Marques wrote:
> I'm usin Fontforge in Windows 98SE trough Cygwin/X and can't import
> svg files I created with Inkscape,
You must install libxml on your cygwin, reconfigure and rebuild
fontforge.
> neither image files (even bmp files). What can I do?
BMP files are built into fontforge and I can't imagine why you can't
import them. They work fine on my system.
Other image file type need the appropriate library. Please look at
http://fontforge.sourceforge.net/#image-libs
-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server.
Download it for free - -and be entered to win a 42" plasma tv or your very
own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php
|
|