SVG Icons in WordPress: Difference between revisions
mNo edit summary |
|||
| (2 intermediate revisions by the same user not shown) | |||
| Line 15: | Line 15: | ||
*CorelDraw: Yup, exports as curves. But good luck finding the glyph in a font that has 5000 plus glyphs. Search? Corel never heard of that word. | *CorelDraw: Yup, exports as curves. But good luck finding the glyph in a font that has 5000 plus glyphs. Search? Corel never heard of that word. | ||
=== Final Thought (Actually a Premature Ending to this Subject) === | ===Final Thought (Actually a Premature Ending to this Subject)=== | ||
I'm giving up. I was working on a specific "Font" titled "Material Design Icon", which contains a bunch of glyphs in the Private Use Unicode Range. Could not get anything to work. Character Map from Windows couldn't see a character map (which goes a long way in explaining why entering a Unicode Value for... Wait, just got something. | I'm giving up. I was working on a specific "Font" titled "Material Design Icon", which contains a bunch of glyphs in the Private Use Unicode Range. Could not get anything to work. Character Map from Windows couldn't see a character map (which goes a long way in explaining why entering a Unicode Value for... Wait, just got something. | ||
=== | ===More Final Thoughts=== | ||
And is it turns out, it isn't me. After extensive research it turns out, as usual, Microsoft has chosen to do weird things that mess with standards. So if you want to use or edit, etc Fonts / Glyphs that are in the "Personal Use Area" on Windows: FORGET IT! Microsoft has screwed you. Make you own new font by copying from the original font into a new one. Details to come later. | |||
===Convoluted Solution=== | |||
=== MainType Software === | *Open original Font in FontForge (WOFF, TTF, whatever version) | ||
*Under Element, Font Info, Change the Name to something unique, even a simple as adding a '2' after all the different names (yup, all fonts have more than one name, the important one here is Unique ID under TTF, but thankfully changing the name under PS also changes the name in most places under TTF) | |||
*Generate the font: File, Generate Font, select TTF, give it a name, and under options, make sure to select generate Character Map, save it, ignore errors. | |||
*Install the Font | |||
*In MS Word, select the use the standard ALT + "Unicode Number of the Glyph on the Keypad in Decimal" (doesn't seem to work in PowerPoint, Corel, or anything else) | |||
*Save it as an HTM file, then open the HTM file in a web browser. | |||
*Copy that and paste into PowerPoint | |||
*And it works! | |||
*But too bad, because even PowerPoint's ability to save a picture as an SVG file doesn't work, so all of this was useless! | |||
*Insert tirade of four letter words here! | |||
This crap got so ludicrous that changing the cadence of ALT + Unicode Number on Keypad would produce different results. Four quick taps produces an exclamation mark. Four slow taps produces a club symbol. That's in CorelDraw. In Word the result is that it switches to a different font. WTF? | |||
Here's an example of the Material Design Font: Male Gender Symbol, Offset in Character Map: 669, Unicode # F029D, Microsoft ALT + 11 | |||
===MainType Software=== | |||
One note on this: It messes up fonts with programs other than Microsoft programs. Installing a Font with Windows does no good. IE, other applications won't see the font. There might be an easy solution for this. But having that as the default behavior is messed up. Don't use the software. | One note on this: It messes up fonts with programs other than Microsoft programs. Installing a Font with Windows does no good. IE, other applications won't see the font. There might be an easy solution for this. But having that as the default behavior is messed up. Don't use the software. | ||