How to fix problem with custom fonts in Java?
For example, my app uses font, that isn't on all computers. Can I somehow include it in compiled executable and then call it from there, if it doesn't exists on clients computer?
What are other alternatives? I could make all fonts chars as images (before, in some graphics app) and then display image for each char... is it ok?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…