Pausing SDL_ttf -> SDL_pango project for now
This commit is contained in:
parent
59920d3ce9
commit
d9596af63f
1 changed files with 1 additions and 2 deletions
|
|
@ -22,8 +22,6 @@
|
||||||
Last modified: 2021.10.26
|
Last modified: 2021.10.26
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// #define DEBUG
|
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#ifndef __USE_GNU
|
#ifndef __USE_GNU
|
||||||
#define __USE_GNU /* for strcasestr() */
|
#define __USE_GNU /* for strcasestr() */
|
||||||
|
|
@ -345,6 +343,7 @@ TuxPaint_Font *TuxPaint_Font_OpenFont(const char *pangodesc, const char *ttffile
|
||||||
fflush(stdout);
|
fflush(stdout);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/* FIXME: This is currently crashing ("child killed by signal 11") -bjk 2021.10.26 */
|
||||||
#if 0
|
#if 0
|
||||||
#ifndef NO_SDLPANGO
|
#ifndef NO_SDLPANGO
|
||||||
/* -- Try loading the font with Pango, instead! */
|
/* -- Try loading the font with Pango, instead! */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue