How to get a list of all embedded fonts with their names using AS3.
Use Font.enumerateFonts() .
Font.enumerateFonts()
var fonts:Array = Font.enumerateFonts(); for each(var font:Font in fonts) trace( font.fontName+":"+font.fontType );
Source: https://habr.com/ru/post/917115/More articles:iPhone SDK - Add the Add to Home Screen Button to UIWebView - objective-cGoogle Places API results caching - google-mapshttps://translate.googleusercontent.com/translate_c?depth=1&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/917112/adding-events-to-ajax-appended-content&usg=ALkJrhjnDvj3gKA1HjP_F7uECYrxiNw-bwLess css with additional parameters - lessthe directly initialized delegate generates an ARC warning and EXC_BAD_ACCESS fails - objective-cHow to make extensible panel layout in android? - androidNSNumberFormatter Rounding to Negative Zero - objective-cUnicodeDecodeError: codec 'utf8' cannot decode bytes - pythonCreating a batch file with the IF command - command-lineGrammar Testing ANTLR - javaAll Articles