SYNOPSIS
#include <pslib.h>
void PS_setfont(PSDoc *psdoc, int fontid, float size)
DESCRIPTION
Sets a font, which has to be loaded before with PS_findfont(3). Outputting text without setting a font before results in an error.
#include <pslib.h>
void PS_setfont(PSDoc *psdoc, int fontid, float size)
Sets a font, which has to be loaded before with PS_findfont(3). Outputting text without setting a font before results in an error.