[squeak-dev] [ANN] true unicode left arrows without clobbering underscores (cs)

Bert Freudenberg bert at freudenbergs.de
Mon Oct 4 13:53:01 UTC 2010



On 04.10.2010, at 15:36, Tobias Pape <Das.Linux at gmx.de> wrote:

> Am 2010-10-04 um 15:13 schrieb Bert Freudenberg:
> 
>>> Hm, sounds feasible but feels like a hack.
>> 
>> Not really, that's how fonts work nowadays. We do not want to pay the price in terms of memory for full coverage. So we select glyphs, and no font has full unicode coverage in any case. Now by what criteria we select the glyphs we can decide on our own.
> 
> If you say so. Am I right that this creates the need for
> a layer of Indirection: Character value -> Glyph id in a map?

That is already the case. Use the source, Luke ;)

- Bert -

>>> BTW: I noticed, that the Original Bitstream Vera is included as
>>> TTCFont, however, the Bitmap DejaVu StrikeFont is based on
>>> its Descendant. I noticed that the actual DejaVu font includes
>>> an arrow whilst the Vera does not. Why not replace the Vera
>>> by the DejaVu entirely? 
>> 
>> Because it's too big once rendered into bitmaps. I'd be interested to know how large it would be if we had at least the LGC subset covered ... but the only additional glyph we really need right now is the left-arrow. 
> 
> True.
> 
> So Long,
>    -Tobias
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20101004/79992fb1/attachment.htm


More information about the Squeak-dev mailing list