[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Accessing glyphs via symbol char map
From: |
ckeil |
Subject: |
Re: Accessing glyphs via symbol char map |
Date: |
Mon, 3 Jul 2000 09:55:13 +0200 |
Hi Boris,
>
> > what's the opinion of other developers/users on the mailing list ??
>
> It should be good to access symbol char codes as 32-255, but there should
be flag somethere to notice it if it is "symbol" font or "Unicode" font.
>
Well, I'd rather see it as the definition of a new enum like
"ft_encoding_win_symbol", and some code in 'src/sfnt' to detect the
0xF000 shift in the mapping..
Any other ideas ??
- David
> Boris Letocha
[ckeil]
No other idea, but ft_encoding_win_symbol incl. 0xF000 shift,
and default loading of the ft_encoding_win_symbol charmap if the font file
only contains this one, would be completely satisfy.
Claudia