Examples of Shape3List


Examples of tv.porst.swfretools.parser.structures.Shape3List

    }

    return new DefineFont3Tag(header, fontId, fontFlagsHasLayout, fontFlagsShiftJIS,
        fontFlagsSmallText, fontFlagsANSI, fontFlagsWideOffsets, fontFlagsWideCodes,
        fontFlagsItalic, fontFlagsBold, languageCode, fontNameLen, fontName,
        numGlyphs, new ParsedINTElementList(offsetTable), codeTableOffset, new Shape3List(glyphShapeTable),
        new ParsedINTElementList(codeTable), fontAscent,
        fontDescent, fontLeading, new INT16List(fontAdvanceTable), new RectList(fontBoundsTable), kerningCount,
        new KerningRecordList(fontKerningTable));
  }
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.