12-07-2006 09:38 AM
12-07-2006 10:01 AM
Hi Andrey,
attached you find a simple VI which retrieves the information about the installed fonts from the Windows registry through an appropriate key query. LabVIEW font ring automatically updates according to the fonts that are installed for windows.
Hope this helps.
Regards,
C.L. - National Instruments Applications Engineering
12-07-2006 10:06 AM
08-07-2014 11:39 AM
Is there a native LV way of doing this? We've ported our software to MacOS and so we can't use windows calls any more.
08-07-2014 01:20 PM
Hi Thomas,
as fonts are (usually) maintained by the OS you need OS-specific calls to get a list of available fonts.
You need to find the appropriate method for MacOS the get that list. I'm not familiar with MacOS but there surely is some kind of batch like cmd shell (or PowerShell) on Windows and some commands to check system settings…
08-07-2014 09:03 PM
You need to know where the fonts are located. On Mac OS X 10.8 they are in /Library/Fonts. The attached VI will generate a list of the font files in that folder.
Lynn