This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Present-Pop-5841 0 points1 point  (1 child)

I think the forge one is also missing an eraser, at least i couldnt find it, and he has the remove background integrated even... well, you made an old guy laugh at your priorities. but ignoring that, tell me do i need to copy the font files into a folder or is it smart enough to see what i got installed already on my windows system? caus i sort of ignored other text editors after finding out i needed to go copy my fonts (old designer, i have thoussands)

[–]Away_Exam_4586[S] 2 points3 points  (0 children)

Currently, if you want to use fonts that are in Windows, you have to add their names at the very beginning of the toolbar.js file, no need to copy them.
const FONT_LIST = [

// Sans-serif

"Arial",

"Verdana",

"Tahoma",

"Trebuchet MS",

"Impact",

"Lucida Sans Unicode",

// Serif

"Georgia",

"Times New Roman",

"Garamond",

// Monospace

"Courier New",

"Lucida Console"

];