Explorar el Código

Update text.c

pull/990/head
Ray hace 6 años
padre
commit
ab52f98480
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. +0
    -2
      src/text.c

+ 0
- 2
src/text.c Ver fichero

@ -892,8 +892,6 @@ int *GetCodepoints(const char *text, int *count)
return codepoints; return codepoints;
} }
// Draw text (using default font) // Draw text (using default font)
// NOTE: fontSize work like in any drawing program but if fontSize is lower than font-base-size, then font-base-size is used // NOTE: fontSize work like in any drawing program but if fontSize is lower than font-base-size, then font-base-size is used
// NOTE: chars spacing is proportional to fontSize // NOTE: chars spacing is proportional to fontSize

Cargando…
Cancelar
Guardar