I am aware of two ways to embed a font. The first is to click New Font in the library panel, which makes all characters of a font accessible to all text fields. The second is to click the Character Embedding button in the properties panel with a text field selected, which makes specific characters of a font accessible to one text field.
Is there another way that I’m missing? I don’t want to embed all characters of a font, just the characters I need, since embedding the whole font would greatly increase the file size. But if I use the Character Embedding button, I can only make one font accessible to that text field. I want to dynamically change the font of a text field but have the text property of the text field stay the same. I only need a few characters, but multiple fonts.
Right now I’m thinking about breaking the text apart into shapes and then switching between shapes rather than changing fonts. That of course is very limiting, since I can no longer access properties of the text.
Any of you geniuses know a better way? :genius: