How to find out all installed fonts on a user computer?

Is there a way to get the name of all installed fonts on a user machine using HTML, javascript?

One way is to use classid, but I would like to know any other way to do this?

+3
source share
2 answers

Check out this javascript library

https://github.com/gabriel/font-detect-js/

U can get the name of all installed fonts on the user computer.

+1
source

Source: https://habr.com/ru/post/1754222/


All Articles