c# - FontLink with Myriad Pro in Win XP -


i have c# application running on winxp needs display symbols, i'm getting squares. did digging around , found font linking.

i used arial , calibri, cannot work myriad pro.

i set following in registry in hkey_local_machine–\software\microsoft\windows nt\currentversion\fontlink\systemlink (following http://msdn.microsoft.com/en-us/goglobal/bb688134)

arial     | reg_sz       | segoe_ui_symbol.ttf,segoe ui symbol calibri   | reg_multi_sz | segoe_ui_symbol.ttf,segoe ui symbol myriadpro | reg_multi_sz | segoe_ui_sumbol.ttf,segoe ui symbol 

and on myriadpro bold, bold condensed, bold condensed italic, bold italic, condensed, condensed italic, regular, semibol, semibold italic, still squares instead of characters... tried using myriad key, not work...

before added entries arial , calibri had squares instead of characters, started working after added entries.

what doing wrong? can not link myriad pro?

thanks in advance!

i managed figure wrong.

apparently fonts default microsoft sans serif missing characters, microsoft sans serif may not have characters.

i had manually install segoe ui symbol font , link microsoft sans serif. did adding following entry microsoft sans serif in hkey_local_machine–\software\microsoft\windows nt\currentversion\fontlink\systemlink

seguisym.ttf,segoe ui symbol 

a pair (file name,font name). used no spaces since page referred in question did.

segoe ui symbol may installed in win7 saw in environment, there may cases need install manually. ymmv here, i'm using specific installation of win7 embedded systems.


Comments

Popular posts from this blog

java - Intellij Synchronizing output directories .. -

git - Initial Commit: "fatal: could not create leading directories of ..." -