edave64 / Doki-Doki-Dialog-Generator

A tool to create cusom dialogs in the style of Doki Doki Literature Club
https://edave64.github.io/Doki-Doki-Dialog-Generator/release/
MIT License
17 stars 7 forks source link

Add support for caching local fonts installed on your PC to use for textboxes/nameboxes #44

Open t3rav0lt opened 1 week ago

t3rav0lt commented 1 week ago

Self explanatory.

edave64 commented 1 week ago

This might be possible in the desktop version. But in the browser, we don't have permission to get a list of the installed fonts (Because that would make it easier to fingerprint and track users). You should, however still be able to use them. Wrap the text you want to format in {font=Name of the font} and {/font}. You can, e.g., already use {font=Calibri} on any Windows system.