Examples of DefineFontAlignZones


Examples of flash.swf.tags.DefineFontAlignZones

            Trace.trace("Building font '" + tag.fontName + "' with " + count + " characters.");

      if (flashType && tag instanceof DefineFont3)
      {
          DefineFont3 df3 = (DefineFont3)tag;
          df3.zones = new DefineFontAlignZones();
          df3.zones.font = df3;
          df3.zones.zoneTable = new ZoneRecord[count];
        df3.zones.csmTableHint = 1;
      }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.