summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-08-04 01:25:58 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-08-04 01:25:58 +0000
commitf831ee4825edac31395b26876023e792cda23281 (patch)
treeb556eca4adad8a8639d858c8a8d40a93ad5609f4 /nuttx/TODO
parent2dbf43396ef13cf1f6870631edbe399b12d5d07a (diff)
downloadpx4-nuttx-f831ee4825edac31395b26876023e792cda23281.tar.gz
px4-nuttx-f831ee4825edac31395b26876023e792cda23281.tar.bz2
px4-nuttx-f831ee4825edac31395b26876023e792cda23281.zip
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
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index ca036d79a..380006f47 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -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.