Skip to content

Instantly share code, notes, and snippets.

@gabriel
Created July 1, 2009 08:57
Show Gist options
  • Save gabriel/138691 to your computer and use it in GitHub Desktop.
Save gabriel/138691 to your computer and use it in GitHub Desktop.
public function fonts():Array {
return Font.enumerateFonts(true).sortOn("fontName", Array.CASEINSENSITIVE);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment