Apologies for the ramble, question at the end:
When I started with RB, I had and shipped a truetype font holding hundreds of custom glyphs.
(It was always a problem.
Under windows, it was a struggle to find an installer that would reliably install the font.
Under OSX, even harder to install the font. ‘Copy this file to Fonts folder’ won’t cut it these days.
Some people could use the font, but on others OSX reported it as corrupted and refused to open it.)
So eventually I abandoned using a font and switched to a set of bitmaps.
This had advantages over installation : customers could amend the glyphs if they wanted to, using paint programs instead of expensive font editors.
But I’ve never been entirely happy with this.
Especially because one possible output is a PDF file and the file is much larger than it needs to be because it contains bitmap data.
Theres a compromise between size and jaggyness.
Like many things, new versions of OSX and Xojo have abandoned support for vector images.
(These days, new versions of anything seems to remove features, not add them.)
The questions:
If you wanted to hold and use a set of vector shapes for current(ish) versions of Xojo, how would you hold them and store them?
(Cross platform)
How would you edit them?
Could an end user edit them for themselves?
Could the vectors go natively into a PDF file?
Is there a relatively painless way to generate these, starting from a truetype font?