You are here

Adding fonts in Windows 10 w/o Admin rights

2 posts / 0 new
Last post
rovf
Offline
Last seen: 5 years 2 months ago
Joined: 2009-06-10 09:38
Adding fonts in Windows 10 w/o Admin rights

Following the advice by iglvzx in https://superuser.com/questions/118025/using-custom-fonts-without-admini... , I created a directory PortableApps/PortableApps.com/Data/Fonts and copied my ttf and otf files to this directory. Then I started PortableApps. Still, the fonts are not visible in the system.

Did I miss something?

Ronald

John T. Haller
John T. Haller's picture
Offline
Last seen: 8 hours 21 min ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Start Platform

The fonts are added via Windows API at platform startup and removed at exit. The platform will also broadcast a message to all running apps that the fonts have changed but not all apps properly respond to it. So, it's best to start the platform then start any apps you'd like to use that aren't portable to ensure they can see them. Note that even then, some apps will not see API-added fonts. This is a limitation of those apps.

Sometimes, the impossible can become possible, if you're awesome!

Log in or register to post comments