Is there any way to get the name of all installed fonts on user machine using HTML, javascript?
One way is to use classid, but i would like to know any other way round to do this?
Is there any way to get the name of all installed fonts on user machine using HTML, javascript?
One way is to use classid, but i would like to know any other way round to do this?
Share Improve this question asked Jul 12, 2010 at 11:50 Rakesh JuyalRakesh Juyal 36.8k74 gold badges178 silver badges217 bronze badges 1- 2 You can't get the machine to tell you the fonts, but you could probably check for fonts by trying specific fonts on a block of text and detecting size changes. – Pointy Commented Jul 12, 2010 at 11:53
2 Answers
Reset to default 3http://www.lalit/lab/javascript-css-font-detect
Check this javascript library
https://github./gabriel/font-detect-js/
U can get the name of all installed fonts on user machine.