cff and font inclusion.
h,kay..
tell me how stupid I am. Apparently the baseclass "FontAsset" is missing - what am I missing?
code:
package mea.fonts {
import flash.text.Font;
public class fontCompiler extends Font{
[Embed(source="/mea/fonts/ttfSource/Laine.TTF", fontFamily="Laine", cff="true")]
private const Laine:Class;
public function fontCompiler(){
}
}
}
compiler:
----------
Adobe Flex Compiler SHell (fcsh)
Version 4.0.0 build 7410
Copyright (c) 2004-2007 Adobe Systems, Inc. All rights reserved.
(fcsh) fcsh: Assigned 1 as the compile target id
Loading configuration file D:\eclipse\plugins\com.powerflasher.fdt.shippedflex_3.2.0.3958_0001\flex\frameworks\flex-config.xml
mea\fonts\fontCompiler_Laine.as(10): col: 49 Error: The definition of base class FontAsset was not found.
