You are here

apps requiring fonts

7 posts / 0 new
Last post
Nathan MacInnes
Offline
Last seen: 16 years 10 months ago
Joined: 2007-01-17 20:30
apps requiring fonts

Here's a challenge for you. I have an app which depends on a font (PowerTab Editor), and I'm interested in making it portable (personal use only, of course). Is there any way I can do this? The app won't run without this font because the symbols in it are crucial to the function. There's no way to configure the location of the font within the application or in configuration files, so it's a case of temporarily installing the font, or somehow making the application think the font is installed. Any ideas?

Simeon
Simeon's picture
Offline
Last seen: 9 years 5 months ago
DeveloperTranslator
Joined: 2006-09-25 15:15
So

placing the font into the app-dir wont work?

"What about Love?" - "Overrated. Biochemically no different than eating large quantities of chocolate." - Al Pacino in The Devils Advocate

vamp1r
Offline
Last seen: 16 years 2 months ago
Joined: 2006-10-11 15:06
Try copying the font over to

Try copying the font over to 'windows/fonts' or 'fonts' at runtime, and deleting it on exit.

Nathan MacInnes
Offline
Last seen: 16 years 10 months ago
Joined: 2007-01-17 20:30
> placing the font into the

> placing the font into the app-dir wont work?

Nope. I read somewhere on one of the many google hits that putting it in [app-dir]/windows/fonts would do the job, but that doesn't either. I didn't think it would when I read it.

twnty3svn
Offline
Last seen: 15 years 11 months ago
Joined: 2006-04-10 03:24
I had the same problem,

but instead I needed fonts for all my documents. I solved this problem with the help of a little program called fontloader, which allows you to load and unload fonts. I made a launcher and the font directory can read relative paths. Use the Portable App Template to make the program portable, it works perfectly.

participant
Offline
Last seen: 17 years 2 months ago
Joined: 2006-07-30 13:50
Have a look here ...
Nathan MacInnes
Offline
Last seen: 16 years 10 months ago
Joined: 2007-01-17 20:30
Thanks

I'll give that FontLoader thing a try, and let you know how it goes.

Topic locked