Fonts installed on the web client???

  • Thread starter Thread starter yuri vanzine
  • Start date Start date
Y

yuri vanzine

Hi all,

developing a multilingual app in .net and relying on
the .NET cultures. There is a need to determine
programmatically whether or not the browser client-side
supports a particular font, for example "Are asian fonts
installed? If yes, display simplified chinese as a viable
option. If not, display install this font message."

CultureInfo.GetCultures
(CultureTypes.InstalledWin32Cultures)) refers to the
server-side, so don't even go there :?).

I could not find anything on the subject!

Yuri Vanzine
 
Back
Top