Skip to content

Instantly share code, notes, and snippets.

@pierot
Created March 31, 2010 08:44
Show Gist options
  • Save pierot/350102 to your computer and use it in GitHub Desktop.
Save pierot/350102 to your computer and use it in GitHub Desktop.
package be.proximity.freemind.ui
{
import flash.text.Font;
public class FreemindBold extends Font
{
public function FreemindBold() {
super();
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment