D G Turner
|
dcf3bf3a1d
|
GRAPHICS: Fix GCC Compiler Warnings on Realloc Usage in Freetype Interface
Calling realloc() with a size of 0 is implementation dependent and thus
should be avoided for portability.
|
2023-09-04 14:31:34 +01:00 |
|
Walter Agazzi
|
1856e56202
|
GRAPHICS: Add Init/Done_FreeType_With_Mem to common freetype
These are needed for the new alfont implementation in AGS
|
2023-09-03 22:27:43 +02:00 |
|
Torbjörn Andersson
|
29a6b30ec3
|
GRAPHICS: Fix build
|
2022-03-29 09:01:47 +02:00 |
|
Paul Gilbert
|
3989d2652b
|
AGS: Compilation fix
|
2022-03-28 22:45:52 -07:00 |
|
Paul Gilbert
|
accd508b9c
|
GRAPHICS: Create set of wrapper functions for accessing FreeType directly
|
2022-03-28 20:29:36 -07:00 |
|