Skip to content

Commit 78ecf5b

Browse files
author
murrell
committed
*** empty log message ***
git-svn-id: https://svn.r-project.org/R-dev-web/trunk@930 c52295ea-58df-0310-926a-d16021944841
1 parent 912c198 commit 78ecf5b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

graphicstodos.html

+6
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,19 @@ <h1 align=center>Graphics TODO list</h1>
1818
<li>
1919
Get vector font text justification to work properly.
2020
<li>
21+
Implement vector fonts in mtext() and title().
22+
<li>
2123
Make sure that text expressions, and vector fonts can be
2224
used in all text plotting functions; text(), mtext(), axis(), persp() ...
2325
<li>
2426
Add double-buffering to graphics devices.
2527
<li>
2628
Implement lwd=0 a la S-Plus (i.e., the narrowest line width that the
2729
device can manage)
30+
<li>
31+
Allow text adjustment for mathematical annotations which is relative
32+
to a text baseline (in addition to the current situation where
33+
adjustment is relative to the bounding box).
2834
</ul>
2935

3036
</body>

0 commit comments

Comments
 (0)