Is it possible to embed a TTF or OTF font file in a C++ application?
- by Manoj Awasthi
Is it possible to embed a TTF or OTF font file in a C++ application so that application can use it without installing it on target machine? Any thoughts are welcome. (target platforms are going to be Windows and Macintosh). Purpose: Font is a private one and should not be available to the users.