From e8c88de9746aee6cef89981ef0f679266c9a0cca Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 24 Jul 2011 12:36:21 +0000 Subject: [PATCH] Update BDF converter git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3815 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NXGraphicsSubsystem.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Documentation/NXGraphicsSubsystem.html b/Documentation/NXGraphicsSubsystem.html index 0b0c69ce36..99ffda846f 100644 --- a/Documentation/NXGraphicsSubsystem.html +++ b/Documentation/NXGraphicsSubsystem.html @@ -2439,7 +2439,7 @@ FAR const struct nx_font_s *nxf_getfontset(NXHANDLE handle); Input Parameters:

@@ -2465,7 +2465,7 @@ FAR const struct nx_fontbitmap_s *nxf_getbitmap(NXHANDLE handle, uint16_t ch);

ch
The char code for the requested bitmap.
handle -
A font handle previously returned by nxf_getfonthandle(). +
A font handle previously returned by nxf_getfonthandle().

@@ -2882,7 +2882,8 @@ endif

  • Finally, we need to extend the logic that does the run-time font lookups so that can find our new font. - The lookup function is NXHANDLE nxf_getfonthandle(enum nx_fontid_e fontid). + The lookup function is NXHANDLE nxf_getfonthandle(enum nx_fontid_e fontid). + Note that the lookup is based on the font ID that was defined in step 4. The new font information needs to be added to data structures used by that function: