raylib/src
Dan Bechard 56072a631d
Fix Codepoint position truncation (#2636)
This truncation causes text that spans the zero coord boundary to round differently left or zero vs. right of zero, in turn causing letters to appear squished together. If you actually need the position to be an integer, you should instead `floorf()` the float, rather than doing an integer truncation, but I don't see any reason to convert it to an integer in the first place. Everything else in the equation is a float.
2022-08-13 11:18:57 +02:00
..
external Update cgltf.h 2022-08-02 19:05:42 +02:00
build.zig Simplify build.zig to not require user to specify raylib path (#2383) 2022-03-11 19:04:24 +01:00
CMakeLists.txt Update version 2022-08-02 09:27:13 +02:00
config.h REMOVED: Config option: SUPPORT_MOUSE_CURSOR_POINT 2022-08-01 09:57:11 +02:00
Makefile Added note for multi-threading web compilation 2022-08-02 09:59:12 +02:00
minshell.html Remove trailing spaces 2022-08-02 00:36:31 +02:00
raudio.c Small simplifications (#2615) 2022-08-05 12:16:49 +02:00
raylib.dll.rc Update version to 4.2 2022-08-02 09:21:03 +02:00
raylib.dll.rc.data Updated raylib resource data (32bit) 2022-08-02 18:06:00 +02:00
raylib.h Added comments 2022-08-05 20:01:35 +02:00
raylib.ico Updated icon data 2018-09-26 16:02:42 +02:00
raylib.rc Update version to 4.2 2022-08-02 09:21:03 +02:00
raylib.rc.data Updated raylib resource data (32bit) 2022-08-02 18:06:00 +02:00
raymath.h minor tweaks 2022-08-02 17:25:24 +02:00
rcamera.h minor tweaks 2022-08-02 17:25:24 +02:00
rcore.c Reviewed issue with negative key #2619 2022-08-07 19:19:18 +02:00
rgestures.h minor tweaks 2022-08-02 17:25:24 +02:00
rglfw.c fixed build for cygwin (#2588) 2022-07-23 12:33:23 +02:00
rlgl.h Update rlgl.h 2022-08-02 18:33:00 +02:00
rmodels.c REMOVED: GenMeshBinormals(), actually, never implemented 2022-07-05 12:55:51 +02:00
rshapes.c Remove unneeded rlPushMatrix() 2022-06-27 13:27:16 +02:00
rtext.c Fix Codepoint position truncation (#2636) 2022-08-13 11:18:57 +02:00
rtextures.c Remove trailing spaces 2022-08-02 00:36:31 +02:00
shell.html Removed trailing spaces 2022-02-18 20:30:46 +01:00
utils.c Remove trailing spaces 2022-08-02 00:36:31 +02:00
utils.h minor tweaks 2022-08-02 17:25:24 +02:00