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:
handle
- nxf_getfonthandle()
.
+ nxf_getfonthandle()
.
@@ -2465,7 +2465,7 @@ FAR const struct nx_fontbitmap_s *nxf_getbitmap(NXHANDLE handle, uint16_t ch);
ch
handle
- nxf_getfonthandle()
.
+ 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: