diff options
| author | Ray <[email protected]> | 2018-10-18 16:00:11 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2018-10-18 16:00:11 +0200 |
| commit | 764766bfb2160cdbe3196abe3c90ad86197fc8d6 (patch) | |
| tree | a7067b5b1eff33d5a60c585aca559726f6fa9945 /src/raylib.h | |
| parent | 1dba2788bb5ce87412d76ebc4957f7222290b432 (diff) | |
| download | raylib-764766bfb2160cdbe3196abe3c90ad86197fc8d6.tar.gz raylib-764766bfb2160cdbe3196abe3c90ad86197fc8d6.zip | |
Some formatting tweaks
Diffstat (limited to 'src/raylib.h')
| -rw-r--r-- | src/raylib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raylib.h b/src/raylib.h index 42bc38e7..aa5bd16f 100644 --- a/src/raylib.h +++ b/src/raylib.h @@ -1083,7 +1083,7 @@ RLAPI void UnloadFont(Font font); // Text drawing functions RLAPI void DrawFPS(int posX, int posY); // Shows current FPS RLAPI void DrawText(const char *text, int posX, int posY, int fontSize, Color color); // Draw text (using default font) -RLAPI void DrawTextEx(Font font, const char* text, Vector2 position, float fontSize, float spacing, Color tint); // Draw text using font and additional parameters +RLAPI void DrawTextEx(Font font, const char *text, Vector2 position, float fontSize, float spacing, Color tint); // Draw text using font and additional parameters // Text misc. functions RLAPI int MeasureText(const char *text, int fontSize); // Measure string width for default font |
