diff options
| author | raysan5 <[email protected]> | 2020-11-15 13:10:12 +0100 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2020-11-15 13:10:12 +0100 |
| commit | 9b2b660f912d1379ecb0f220b8c8c28b826da5ac (patch) | |
| tree | 333f7aca015ea863a4567b6062fa0b6d3fa4619e /src/text.c | |
| parent | 55dc8171f8d883acd442e129b426e603bfecf16a (diff) | |
| download | raylib-9b2b660f912d1379ecb0f220b8c8c28b826da5ac.tar.gz raylib-9b2b660f912d1379ecb0f220b8c8c28b826da5ac.zip | |
Commented new feature
Diffstat (limited to 'src/text.c')
| -rw-r--r-- | src/text.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -495,7 +495,7 @@ Font LoadFontFromMemory(const char *fileType, const unsigned char *fileData, int if (font.chars != NULL) { - font.charsPadding = FONT_TTF_DEFAULT_CHARS_PADDING; + //font.charsPadding = FONT_TTF_DEFAULT_CHARS_PADDING; Image atlas = GenImageFontAtlas(font.chars, &font.recs, font.charsCount, font.baseSize, FONT_TTF_DEFAULT_CHARS_PADDING, 0); font.texture = LoadTextureFromImage(atlas); |
