/** * * This class was created with the 'Create Classes' command. * * You can edit this class by editing the symbol in the library of the corresponding FLA. * **/ package com.view.fonts { import flash.text.Font; public class Futura extends Font { public static const FUTURA : String = "Futura"; public function Futura() { } } }