I’m making a font in which the glyphs are composed of many small, identical circles (dots).
If, rather than render each dot as a fresh element, I were to create one glyph that is a master dot, and link to that for each dot, non-decomposed, (hundreds per character), would there be any pitfalls?
Presumably this would make a smaller font that loads and renders faster.
If, rather than render each dot as a fresh element, I were to create one glyph that is a master dot, and link to that for each dot, non-decomposed, (hundreds per character), would there be any pitfalls?
Presumably this would make a smaller font that loads and renders faster.