Re: Tk Unicode is slow
- From: "Donal K. Fellows" <donal.k.fellows@xxxxxxxxxxxxxxxx>
- Date: Thu, 29 Sep 2005 16:36:18 +0100
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. .
- Follow-Ups:
- Re: Tk Unicode is slow
- From: Keith Nash
- Re: Tk Unicode is slow
- References:
- Tk Unicode is slow
- From: Keith Nash
- Re: Tk Unicode is slow
- From: Bryan Oakley
- Re: Tk Unicode is slow
- From: Jeff Hobbs
- Re: Tk Unicode is slow
- From: Keith Nash
- Tk Unicode is slow
- Prev by Date: Re: tk_chooseDirectory -mustexist 1
- Next by Date: Re: TIP #257: Object Orientation for Tcl
- Previous by thread: Re: Tk Unicode is slow
- Next by thread: Re: Tk Unicode is slow
- Index(es):
Relevant Pages
|