diff options
| author | jussi | 2023-11-09 20:48:16 +0200 |
|---|---|---|
| committer | jussi | 2023-11-09 20:48:16 +0200 |
| commit | ef75e2530dd92c55ba6b2462fe71fa888e1883df (patch) | |
| tree | a95469b8e5d83b601c998c32774ba5c1dd873a4e /src/text.c | |
| parent | 28ac27fae16d5d2df6174564dde05c6064515a33 (diff) | |
| download | reilua-enhanced-ef75e2530dd92c55ba6b2462fe71fa888e1883df.tar.gz reilua-enhanced-ef75e2530dd92c55ba6b2462fe71fa888e1883df.tar.bz2 reilua-enhanced-ef75e2530dd92c55ba6b2462fe71fa888e1883df.zip | |
GenMeshCubicmap, Organized model functions, GetModelBoundingBox, DrawModelWires and DrawModelWiresEx and LoadMaterials.
Diffstat (limited to 'src/text.c')
| -rw-r--r-- | src/text.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -395,7 +395,7 @@ int ltextDrawTextCodepoints( lua_State *L ) { /* > mouseCharId = RL.DrawTextBoxed(Font font, string text, Rectangle rec, float fontSize, float spacing, bool wordWrap, Color tint ) -Draw text using font inside rectangle limits. Return character from mouse position. Function from raylib [text] example - Rectangle bounds. +Draw text using font inside rectangle limits. Return character id from mouse position (default -1). Function from raylib [text] example - Rectangle bounds. - Success return int */ @@ -416,7 +416,7 @@ int ltextDrawTextBoxed( lua_State *L ) { /* > mouseCharId = RL.DrawTextBoxedTinted( Font font, string text, Rectangle rec, float fontSize, float spacing, bool wordWrap, Color tints, Color backTints ) -Draw text using font inside rectangle limits with support for tint and background tint for each character. Return character from mouse position +Draw text using font inside rectangle limits with support for tint and background tint for each character. Return character id from mouse position (default -1) - Success return int */ |
