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