Parcourir la source

REVIEWED: Font struct, added charsPadding #1432 -WIP-

Not implemented usage of this variable yet but already setup for the future... some functions require review to consider it on drawing...
pull/1463/head
Ray il y a 4 ans
Parent
révision
5f690819e7
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      src/raylib.h

+ 1
- 1
src/raylib.h Voir le fichier

@ -275,7 +275,7 @@ typedef struct CharInfo {
typedef struct Font {
int baseSize; // Base size (default chars height)
int charsCount; // Number of characters
o">//int charsPadding; // Padding around the chars
int charsPadding; // Padding around the chars
Texture2D texture; // Characters texture atlas
Rectangle *recs; // Characters rectangles in texture
CharInfo *chars; // Characters info data

Chargement…
Annuler
Enregistrer