I have a font that consists of unique symbols for a program that I am developing. I have successfully used the existing procedures of the Font Creator to create each glyph adding it to the default font that you get when you do a FILE NEW, give a Font Name while selecting Unicode. This process gives you the ability of using 653 Glyph positions.
Since my application is using only its own symbols, it does not really matter to me what language is included (ie Latin, Greek, etc.) I have simply completed the existing places and use Windows CHARMAP to initialize a database Unicode field for each of those unique symbols.
This has worked beautifully, giving me exactly what I wish. However, now I have reached the 653 byte. What do I do to increase the existing default font dataset to a capacity greater than 653?