diff options
| author | Jason Rumney | 2008-02-08 17:30:55 +0000 |
|---|---|---|
| committer | Jason Rumney | 2008-02-08 17:30:55 +0000 |
| commit | e006029eb4287f8e5f55f63b9444ee644996aebb (patch) | |
| tree | b50de8f20c8e38e60f3aafb18166fab884cead52 | |
| parent | dfae5f9a1256e8d9243dc0d0550cb58a4c079cdc (diff) | |
| download | emacs-e006029eb4287f8e5f55f63b9444ee644996aebb.tar.gz emacs-e006029eb4287f8e5f55f63b9444ee644996aebb.zip | |
Remove entries covered by new font backend.
| -rw-r--r-- | etc/TODO | 9 |
1 files changed, 0 insertions, 9 deletions
| @@ -443,9 +443,6 @@ when the body only calls primitives. | |||
| 443 | ** Optionally make the cursor a little thinner at the end of a line | 443 | ** Optionally make the cursor a little thinner at the end of a line |
| 444 | or the end of the buffer. | 444 | or the end of the buffer. |
| 445 | 445 | ||
| 446 | ** Add support for rendering antialiased text, probably using | ||
| 447 | XRender/Freetype. | ||
| 448 | |||
| 449 | ** Port the conservative stack marking code of Emacs' garbage collector | 446 | ** Port the conservative stack marking code of Emacs' garbage collector |
| 450 | to more systems, so that we can completely get rid of GCPROs. Note | 447 | to more systems, so that we can completely get rid of GCPROs. Note |
| 451 | that Boehm garbage collector provides this. | 448 | that Boehm garbage collector provides this. |
| @@ -529,12 +526,6 @@ when the body only calls primitives. | |||
| 529 | 526 | ||
| 530 | ** In ps-print, provide an user friendly interface to specify fonts. | 527 | ** In ps-print, provide an user friendly interface to specify fonts. |
| 531 | 528 | ||
| 532 | ** OpenType font support for various complex scripts (e.g. Devanagari). | ||
| 533 | As X protocal doesn't provide a way to access OpenType Layout Tables | ||
| 534 | in a OpenType font of a server side, we need a way to utilize local | ||
| 535 | fonts (perhaps by directly using the Freetype library or indirectly | ||
| 536 | via Xft library). | ||
| 537 | |||
| 538 | ** Enhance word boundary detection for such a script that doesn't use | 529 | ** Enhance word boundary detection for such a script that doesn't use |
| 539 | space at word boundary (e.g. Thai). | 530 | space at word boundary (e.g. Thai). |
| 540 | 531 | ||