Re: Tk Unicode is slow
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.tcl archive

Re: Tk Unicode is slow

From: Donal K. Fellows <donal.k.fellows@manchester.ac.uk>
Date: Thu Sep 29 2005 - 17:36:18 CEST

Keith Nash wrote:
> Ideally, one would be able to create a virtual font that borrows different
> glyphs from different real fonts. It sounds as if this is what Tcl's font
> lookup actually does

Yes.

> but it doesn't cache the virtual font metadata, and
> it doesn't tell us what it is.

It does cache the metadata, within the font as long as the font (or is
it as long as the font is in use? This stuff is fairly deep in the guts
of font management.) You're right that it doesn't let you inspect (let
alone control) the real font data though. That sucks.

Donal.
Received on Sat Oct 15 03:53:37 2005