Windows and Word fonts and the relationship
- From: "Dave Neve" <NoAddressForSpammers@xxxxxxx>
- Date: Mon, 2 May 2005 20:31:31 +0200
Hi
I recently had to design and install a special character onto my computer
with the Windows software eudcedit.exe
It was not easy and has left me perplexed as to how Fonts are managed.
My character turned up what I guess is in English the 'Character Table' of
Windows but not in Word ('insertion' + 'special characters' + 'private use
zone', ).
So I couldn't access it without writing a macro.
But the macro wouldn't accept the Unicode value.
I managed by recording a macro and inserting the character with the alt key
+ the Unicode (F001) and then reading what the macro had written which was
Application.Keyboard (1028)
Selection.TypeText Text:=ChrW(61440)
What a palava!!!
So I'd like to know how to add a single character to Word. After all, there
is a menu 'private use zone' so there must be a way.
Also, how does this all work between Windows and Word?
Thanks in advance for any help
Dave Neve
.
- Follow-Ups:
- Re: Windows and Word fonts and the relationship
- From: Ron Killmer
- Re: Windows and Word fonts and the relationship
- Prev by Date: Re: new berulina, help me!
- Next by Date: Re: Windows and Word fonts and the relationship
- Previous by thread: new berulina, help me!
- Next by thread: Re: Windows and Word fonts and the relationship
- Index(es):
Relevant Pages
|