How can I obtain the font name used by the IE to display a unicode char.
Example: Ķē (decimal number of that char: 931)
GREEK CAPITAL LETTER SIGMA
x (latin capital letter esh - 01A9)
x (n-ary summation - 2211)
How can I know the font used But I need a solution for all unicode chars

I tried using that idea:
--
Step 1:
IMLangCodePages::GetCharCodePages
Step 2:
IMLangCodePages::CodePagesToCodePage
Step 3:
IMLangFontLink2::CodePageToScriptID
Step 4:
Read the font name (IEPropFontName) from the registry:
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\International\Scripts\nn]
--
For the Ķē (Sigma) I get the CodePage: 1253 and Script ID: 5
And in my case, my IE use the font Times New Roman to display that char. For that char is everythink OK.
But the problem is that I get no CodePage info for many chars.
Example: (decimal number of that char: 9286)
OCR BRANCH BANK IDENTIFICATION
= transit
How can I obtain the font used by the IE to display that char
Thanks in Advance
Andre Felix