Dear All,

This is Magesh!!!

am trying to build a project using some customized font files(ttf).
Tried by linking dynamically by keeping ttf files in folder and accessing it. It worked fine.
But, these are not to be shared freely as itz having license.

So i have built those ttf files via Resource, and made it available in exe file itself.
But i got below error.

"cc1plus.exe: out of memory allocating 134221823 bytes"

Is there any way to get rid of the size issue?

Awaiting for your valuable solution!!!