Hi
I have seen that there are two basic ways in which people embed fonts – one is to pop the entire font into the library and refer to it using AS. I would be fine with this but I imagine there is a more efficient way than loading the whole font.
The other option which at first glance appears better is to load a font subset into the textfield – the only problem being that you have to do this for each and every text field (AFAIK).
I have a number of fields that all use the Basic Latin subset; is there any way (possibly using AS) that I can do this more efficiently by sharing the embedded subset between all my fields?
Thanks,
-Nick