diff --git a/Documentation/NXGraphicsSubsystem.html b/Documentation/NXGraphicsSubsystem.html index 0eba9441f9..48e4e376e4 100644 --- a/Documentation/NXGraphicsSubsystem.html +++ b/Documentation/NXGraphicsSubsystem.html @@ -1709,7 +1709,7 @@ void nx_getrectangle(NXWINDOW hwnd, FAR const struct nxgl_rect_s *rect,
dest
The location to copy the memory region
deststride -
The width, in bytes, the the dest memory +
The width, in bytes, of the dest memory

@@ -2335,7 +2335,7 @@ void nxtk_getwindow(NXTKWINDOW hfwnd, FAR const struct nxgl_rect_s *rect,

dest
The location to copy the memory region
deststride -
The width, in bytes, the the dest memory +
The width, in bytes, of the dest memory

@@ -2689,7 +2689,7 @@ int nxtk_gettoolbar(NXTKWINDOW hfwnd, FAR const struct nxgl_rect_s *rect,

dest
TThe location to copy the memory region.
deststride -
The width, in bytes, the the dest memory. +
The width, in bytes, of the dest memory.

@@ -3522,7 +3522,7 @@ enum nx_fontid_e

  • nuttx/graphics/Makefile. - This file needs logic to auto-generate a C source file from the header file that you generated with the the bdf-converter program. + This file needs logic to auto-generate a C source file from the header file that you generated with the bdf-converter program. Notice NXFONTS_FONTID=2; this must be set to the same font ID value that you defined in the include/nuttx/nx/nxfonts.h file.