Finding non-English font names using VBA

J

josh.projects

Hello all,

I'm having some problems with getting the font name for some Chinese
text in a particular presentation... when I select the text, the font
name displayed in the toolbar is "PMingLiU", but TextRange.Font.Name
for the same text returns "$B?7:YL@qs(B" (which is the Chinese name for the
same font).

Does anyone know how the association $B?7:YL@qs(B -> PMingLiU is made in
Powerpoint, or if there's any workaround I can use to get the same
font name displayed in the toolbar?

Thanks.
 
J

josh.projects

Hi Steve, thanks for the reply...

All of the Name* variables are "$B?7:YL@qs(B", except for NameComplexScript
which is empty.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top