I created some SVG drawings using Inkscape on my Ubuntu. I now want to edit the SVGs using Inkscape running on Windows 7.

The problem: the drawings has text formatted with Courier 10 Pitch font which is missing from my Windows system. Hence, the text is formatted using another font, which messes everything up.

How can I get this font for Windows?

Or perhaps I can make Inkscape embed the font in the SVG from Ubuntu?

link|improve this question

58% accept rate
feedback

migrated from stackoverflow.com Oct 7 '11 at 9:51

This question came from our site for professional and enthusiast programmers.

2 Answers

You should be able to substitute Courier New for Courier in Inkscape.

There is an extension for font replacement

Complete Guide to Pre-Installed Fonts in Linux, Mac, and Windows

Courier equivalents

link|improve this answer
I don't think they look quite the same – David B Oct 7 '11 at 9:56
@DavidB: True, if you want an exact match you'll have to check the licences (should all be Free as you say) and copy the font as explained by Abhishek Biswal – RedGrittyBrick Oct 7 '11 at 10:16
feedback

You can Download the Courier 10 Pitch Font from here, a free version here.

You can also manually extract out the font from your Ubuntu Installation and then Install it on Windows. Here's the Official Guide. To find out where the font exists, see the section: Manually under Installing New Fonts. There you'll find the common locations in an Ubuntu Installation where the fonts are usually saved.

link|improve this answer
I could'nt find the fot in any of the locations listed in /etc/fonts/fonts.conf (at least not by its name). – David B Oct 7 '11 at 9:55
also, if this font comes with ubuntu, isn't is supposed to be free? – David B Oct 7 '11 at 9:55
> isn't is supposed to be free? -- Not necessarily. A "font" is considered a copyrighted work, like any other. Even if a font is in the public domain, it doesn't mean that the person that reproduces it has to license it for free usage. As for the Ubuntu version, you'll need to find the exact license and see what it says. – Joe Internet Oct 7 '11 at 11:34
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.