summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-27 05:02:58 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-27 05:02:58 +0000
commitce09509ff8c3127b4cc07ebcaae78229d5b2d90a (patch)
tree3a6d251624316e25465d6d98d829642f4c043fd0 /nuttx/TODO
parent6d81a3c8f554607158cb603cdd67f3bf195a1462 (diff)
downloadpx4-nuttx-ce09509ff8c3127b4cc07ebcaae78229d5b2d90a.tar.gz
px4-nuttx-ce09509ff8c3127b4cc07ebcaae78229d5b2d90a.tar.bz2
px4-nuttx-ce09509ff8c3127b4cc07ebcaae78229d5b2d90a.zip
Add several new fonts
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3821 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO9
1 files changed, 9 insertions, 0 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index d4f34a1df..ca036d79a 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -484,6 +484,15 @@ o Graphics subystem (graphics/)
Status: Open
Priority: Medium
+ Description: Font metric structure (in include/nuttx/nx/nxfont.h) should allow
+ 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.
+ Status: Open. The problem is that the x-offset is an unsigned bitfield
+ in the current structure.
+ Priority: Low.
+
o Pascal Add-On (pcode/)
^^^^^^^^^^^^^^^^^^^^^^