summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
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/)
^^^^^^^^^^^^^^^^^^^^^^