diff --git a/Documentation/NXGraphicsSubsystem.html b/Documentation/NXGraphicsSubsystem.html index 9342552663..dd206ed04c 100644 --- a/Documentation/NXGraphicsSubsystem.html +++ b/Documentation/NXGraphicsSubsystem.html @@ -153,9 +153,10 @@

@@ -2365,7 +2366,7 @@ struct nx_fontmetric_s struct nx_fontbitmap_s { struct nx_fontmetric_s metric; /* Character metrics */ - FAR const uint8_t *bitmap; /* Pointer to the character bitmap */ + FAR const uint8_t *bitmap; /* Pointer to the character bitmap */ }; @@ -2396,13 +2397,36 @@ struct nx_font_s }; -

2.5.2 nxf_getfontset()

+

2.5.2 nxf_getfonthandle()

+

Function Prototype:

+ +

+ Description: + Given a numeric font ID, return a handle that may be subsequently be used to access the font data sets. +

+

+ Input Parameters: +

+

+

+ Returned Value: + A handle that may be subsequently be used to access the font data sets. +

+ +

2.5.3 nxf_getfontset()

Function Prototype:

Description: @@ -2411,8 +2435,8 @@ FAR const struct nx_font_s *nxf_getfontset(enum nx_fontid_e fontid);

Input Parameters:

@@ -2420,13 +2444,13 @@ FAR const struct nx_font_s *nxf_getfontset(enum nx_fontid_e fontid); An instance of struct nx_font_s describing the font set.

-

2.5.3 nxf_getbitmap()

+

2.5.4 nxf_getbitmap()

Function Prototype:

Description: @@ -2436,9 +2460,9 @@ FAR const struct nx_fontbitmap_s *nxf_getbitmap(uint16_t ch, enum nx_fontid_e fo Input Parameters:

@@ -2446,7 +2470,7 @@ FAR const struct nx_fontbitmap_s *nxf_getbitmap(uint16_t ch, enum nx_fontid_e fo An instance of struct nx_fontbitmap_s describing the glyph.

-

2.5.4 nxf_convert_*bpp()

+

2.5.5 nxf_convert_*bpp()

Function Prototype: