I created a font with many colors, which I converted to SVG. I cannot figure out how to copy and paste the detailed design into FontCreator. It is not feasible to make a layer with each color. Every time I try to import, it changes to black. I read that the svg should have an outline, but then CorelDraw tries to outline each of the tiny bits in my design. Is there a way to just outline the outside and have it work? How do I get it to import with color?
Being able to have the convenience of being able to type with the design would be a huge benefit to me. Please let me know what you suggest.
Thanks!!
You can certainly make such complex OpenType font with SVG color glyphs. As you already did, you can design your SVG graphic in an external SVG editor, and then import the individual SVG documents for each glyph. This approach can be difficult at first, as the coordinate systems (scale and position) don’t always match, and SVG editors tend to add a lot of overhead.
Does it have to be a specific size?
How do I just outline the outside?
I know about the SVG color import that I am supposed to have selected, but I am missing something in the process!
Thank you very much
I was able to successfully import the colored SVG, but it imported below the lines and to the right. I cannot select the glyph and drag it into position. I cannot transform it, either. The selections in the transform dialog are grayed out. Drawing a box around the letter doesn’t select anything.
Your help is appreciated.
I read this in the manual:
Alternatively you can import an SVG file. Be sure the transform used within the SVG
document is adjusted so the color outline is positioned and sized correctly.
I don’t know how to change the offsets to 0, 0 in CorelDraw or Affinity Designer.
I cannot find any requirements on size, either.
Is it correct that once I import the design, I cannot move it anymore, because of the multiple colors?
If I cannot move it, please help me get the metrics right.
Thank you.
Thanks a bunch!
A few questions about what you wrote:
or use a matrix to accomplish the same:
Do I just copy one of the codes and plop it in a script? Do I need to add anything after the line “graphics elements go here?”
Do I import them into the wrong spot, then run the script on all the selected letters?
What part of that code do I need to edit to move the glyph up and to the left?
Does that action need all those lines of code in the command? I know a little about coding, but this is intimidating.
Thanks!