Browse Source

Merge pull request #283 from JinShil/patch-1

Fix typo in nvgCreateFontMem() description
shared-context
Mikko Mononen 9 years ago
parent
commit
c80af94c07
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