Nathan
Nathan

Reputation: 5243

C# Install Font into Windows Font Folder

I need to install a font on a client machine when my program is started and I know I need to use PInvoke to accomplish this but I am having trouble understanding what exactly PInvoke does and I don't really understand the example HERE. Would someone be able to dumb this down to a newbie level?

Thanks!

Upvotes: 3

Views: 6375

Answers (1)

leppie
leppie

Reputation: 117310

Why not just use PrivateFontCollection?

Upvotes: 5

Related Questions