Completes test of line/trapezoid drawing routines

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3842 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2011-08-04 01:25:58 +00:00
parent dc3c6ea49f
commit 703befb4a2
7 changed files with 470 additions and 25 deletions
+2 -1
View File
@@ -488,7 +488,8 @@ o Graphics subystem (graphics/)
negative X offsets. Negative x-offsets are necessary for certain
glyphs (and is very common in italic fonts).
For example Eth, icircumflex, idieresis, and oslash should have
offset=1 in the 40x49b font.
offset=1 in the 40x49b font (these missing negative offsets are
NOTE'ed in the font header files).
Status: Open. The problem is that the x-offset is an unsigned bitfield
in the current structure.
Priority: Low.