Skip to main content
Participant
February 3, 2010
Answered

Is it possible to check if a user has a device font before using it?

  • February 3, 2010
  • 1 reply
  • 421 views

It's all in the title really. I was hoping there might be a way to check if the user had a certain font already installed on there computer to try and save loading the font at runtime when not needed. Is this possible with Flex4 and the new TLF?

Thanks

Ollie

This topic has been closed for replies.
Correct answer

Font.enumerateFonts(true); will give you an array of device and embedded fonts.

1 reply

Correct answer
February 3, 2010

Font.enumerateFonts(true); will give you an array of device and embedded fonts.

Participant
February 5, 2010

Awesome. Thanks Alan. Your conciseness humbles me.