I'm writing an app that is required to run on Windows only.
I would like to ship this app with a curated set of fonts that are not standard on Windows.
Question: Is it possible to use the fonts in my app without installing them first in Windows? Perhaps the question could be asked differently: is it possible to load a font into a TFont instance from a file? Trouble is, neither TFont nor TFPCustomFont has a LoadFromFile method which is where I'm stumped...
I looked at the examples project and did not find anything that could point me in the right direction.