Browse Source

Fix typo in nvgCreateFontMem description

shared-context
Mike 9 years ago
parent
commit
df658f97a2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/nanovg.h

+ 1
- 1
src/nanovg.h View File

@@ -487,7 +487,7 @@ void nvgStroke(NVGcontext* ctx);
// Returns handle to the font.
int nvgCreateFont(NVGcontext* ctx, const char* name, const char* filename);

// Creates image by loading it from the specified memory chunk.
// Creates font by loading it from the specified memory chunk.
// Returns handle to the font.
int nvgCreateFontMem(NVGcontext* ctx, const char* name, unsigned char* data, int ndata, int freeData);



Loading…
Cancel
Save