JSearUK / Playthroughs

The aim is to create the system in such a way that it can be safely dropped into any other project
The Unlicense
0 stars 0 forks source link

Icons need to be at least 128x128 to preserve resolution at large font sizes #32

Closed JSearUK closed 2 years ago

JSearUK commented 2 years ago

Investigating the use of symbol glyph fonts: https://fonts.google.com/noto/specimen/Noto+Sans+Symbols https://fonts.google.com/noto/specimen/Noto+Sans+Symbols+2

Found a few likely replacement icons. This will allow icons to be rendered as text, permitting native scaling, coloring, outlines and transforms. Removes the need for image-based icons :)

JSearUK commented 2 years ago

Fixed by ab4dd858c6a726351a31e24801dc2c5ed583a6ad All icons successfully reproduced in glyph form, using Noto Sans Symbols 2. This means that glyphs scale smoothly, and opens them to styling :)