Outcast
Outcast
DIAdiscord.js - Imagine an app
Created by Outcast on 10/8/2024 in #djs-questions
(process:24892): Pango-WARNING **: 11:03:18.119: couldn't load font "Lato Not-Rotated 25px", falling
const { createCanvas, loadImage, registerFont, Image } = require('canvas');
registerFont('./Lato-Regular.ttf', { family: 'Lato' });

ctx.font = '25px Lato';
ctx.fillStyle = '#808080';
ctx.fillText(`${member.displayName} Top #${userRank}`, 195, 85);
const { createCanvas, loadImage, registerFont, Image } = require('canvas');
registerFont('./Lato-Regular.ttf', { family: 'Lato' });

ctx.font = '25px Lato';
ctx.fillStyle = '#808080';
ctx.fillText(`${member.displayName} Top #${userRank}`, 195, 85);
(process:24892): Pango-WARNING **: 11:03:18.119: couldn't load font "Lato Not-Rotated 25px", falling back to "Sans Not-Rotated 25px", expect ugly output.
(process:24892): Pango-WARNING **: 11:03:18.119: couldn't load font "Lato Not-Rotated 25px", falling back to "Sans Not-Rotated 25px", expect ugly output.
4 replies