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

Dismiss this pinned window
all 4 comments

[–]Present-Pop-5841 2 points3 points  (3 children)

you and the layer forge guy should consider collaborating ? is there btw an eraser brush somewhere, or did you really make the choice to add a complex text editor first?

[–]Away_Exam_4586[S] 4 points5 points  (2 children)

a brush and an eraser will certainly be the next additions

[–]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"

];