In VP8, the font drop-down lists multiple "pseudo fonts" for Arial:
Arial Baltic, CE, CYR, Greek, and TUR. The same is true for Courier New
and Times New Roman. However, there are not similar "psuedo fonts" for
other Unicode OpenType fonts such as Book Antiqua, Centura Schoolbook,
Georgia, Verdana, etc. Also, the font drop-down in VP10 does not list
these "psuedo fonts."
Selecting the different "psuedo fonts" provides access to different
characters in the upper half of the font (codepoints 128-255). I'm
guessing the "psuedo fonts" are related to the code pages covering the
ranges of Unicode for these alphabets. However, I have a couple of
questions about this:
1. Why are "psuedo fonts" listed for Arial, Courier New and Times New
Roman, but not for other Unicode OpenType fonts?
2. Why do "psuedo fonts" not show up in the font drop-down in VP10?
--Darrel Eppler
Darrel,
> 1. Why are "psuedo fonts" listed for Arial, Courier New and Times New
> Roman, but not for other Unicode OpenType fonts?
These fonts only appear if they are specified in the registry
(HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\FontSubstitutes). Only the ones you mention appear
there by default.
> 2. Why do "psuedo fonts" not show up in the font drop-down in VP10?
Because VP10 was modified not to do so. Whether this was intended or
not, I can't tell but there is an alternative. On my site
(www.tramontana.co.hu/ventura, Free Utilities at the end of the side
menu) you can find a small utility that will create these fonts again
for you, this time not as virtual fonts but real fonts, actually
remapping the characters inside. As those will be standalone fonts,
they will appear in VP10 and can be used normally.
Bye,
Gabor
Gabor DEAK JAHN
Hungarian CVP Forum
www.tramontana.co.hu/ventura
(English entries at the bottom of the side menu)
* Act against TCPA before it's too late!
* http://www.againsttcpa.com/
--
Doug
--
brain under construction
Doug,
> OTOH, if Corel had had the foresight (well, more the backsight given what
> everyone else was doing) to incorporate Unicode into Ventura (and WP),
Word Perfect and Corel Draw already speak Unicode, it's only Ventura
that is lagging behind.
Thanks, Gabor. I thought you would probably have the answer!
--Darrel
And let us hope it doesn't lag behind much longer!
--Darrel
> On Fri, 01 Oct 2004 17:55:44 -0500, Darrel Eppler
> <darrel...@sNiOlS.PoArMg> wrote:
>
> Darrel,
>
>>2. Why do "psuedo fonts" not show up in the font drop-down in VP10?
>
>
> Because VP10 was modified not to do so. Whether this was intended or
> not, I can't tell but there is an alternative. On my site
> (www.tramontana.co.hu/ventura, Free Utilities at the end of the side
> menu) you can find a small utility that will create these fonts again
> for you, this time not as virtual fonts but real fonts, actually
> remapping the characters inside. As those will be standalone fonts,
> they will appear in VP10 and can be used normally.
>
> Bye,
> Gabor
Does chcmap.exe understand the OpenType tables in the font, so it won't
destroy the "smart rendering" info in them?
--Darrel
Darrel,
> Does chcmap.exe understand the OpenType tables in the font, so it won't
> destroy the "smart rendering" info in them?
All it modifies is the CMAP table, the mapping between the character
codes and glyphs. Everything else is left unchanged.
Not that it really matters, but the original version apparently lost some
signature (I forget exactly what), which caused TT OTFs to use the TTF icon
instead of the OT icon after they'd been through it. Or something like that.
But it's never caused me any problems..
When creating, say, a "Baltic" font using chcmap, what codepage bits are
set in the resultant font? That is, what codepage(s) does the font claim
to support?
--Darrel