Hello everyone, I'm trying to print a font in fnt (BFNT) format using gsKit and it always prints with a black border.
Here is the sample:
#include "gsKit.h"
#include "dmaKit.h"
#include "malloc.h"
#include <stdio.h>
#include "gsToolkit.h"
int main(void)
{
extern u8 confont_start[]...