Varsha
Varsha

Reputation: 13

font Issue in WPF on Some Client PCs

I have created an application in WPF & used Arial & Verdana fonts in TextBlocks & TextBoxes using the Font fallBack Syntax

it is working fine but on some client PCs i m getting an Issue of Font getting corrupt (both Arial & verdana) I dont actually know that the fonts are corrupt or not i tried reinstalling the fonts sometimes it works but sometimes it does not work

i m not able to get that this issue is with the Application or it is something related to the System..........

if i m able to get a permanent solution in my application it would be great......... else i need some solution so that on those system i will be able to run my application properly......

i badly need some solution.............

Thanx in Advance

Upvotes: 1

Views: 957

Answers (1)

user1228
user1228

Reputation:

WPF uses a special cache for fonts. It can get corrupted on some machines with crappy video cards/drivers. This article describes how to fix this issue. I've had this issue on my dev box and it worked.

Upvotes: 2

Related Questions