├── .gitignore ├── LICENSE.md ├── README.md └── src ├── main ├── flash │ └── de │ │ └── maxdidit │ │ ├── hardware │ │ ├── font │ │ │ ├── HardwareFont.as │ │ │ ├── HardwareGlyph.as │ │ │ ├── data │ │ │ │ ├── HardwareFontData.as │ │ │ │ ├── ITableMap.as │ │ │ │ ├── SFNTWrapper.as │ │ │ │ └── tables │ │ │ │ │ ├── NotYetImplementedLookupTableData.as │ │ │ │ │ ├── NotYetImplementedTableData.as │ │ │ │ │ ├── Table.as │ │ │ │ │ ├── TableRecord.as │ │ │ │ │ ├── advanced │ │ │ │ │ ├── ExtensionSubtable.as │ │ │ │ │ ├── ScriptFeatureLookupTable.as │ │ │ │ │ ├── gdef │ │ │ │ │ │ ├── GlyphClassDefinitionNames.as │ │ │ │ │ │ ├── GlyphDefinitionHeader.as │ │ │ │ │ │ ├── GlyphDefinitionTableData.as │ │ │ │ │ │ ├── attachment │ │ │ │ │ │ │ ├── AttachmentListTableData.as │ │ │ │ │ │ │ └── AttachmentPointTableData.as │ │ │ │ │ │ ├── caret │ │ │ │ │ │ │ ├── CaretValue1.as │ │ │ │ │ │ │ ├── CaretValue2.as │ │ │ │ │ │ │ ├── CaretValue3.as │ │ │ │ │ │ │ └── ICaretValue.as │ │ │ │ │ │ └── ligature │ │ │ │ │ │ │ ├── LigatureCaretListTableData.as │ │ │ │ │ │ │ └── LigatureGlyphTable.as │ │ │ │ │ ├── gpos │ │ │ │ │ │ ├── GlyphPositioningLookupType.as │ │ │ │ │ │ ├── GlyphPositioningTableData.as │ │ │ │ │ │ ├── cursive │ │ │ │ │ │ │ ├── CursiveAttachmentPositioningLookup.as │ │ │ │ │ │ │ ├── CursiveAttachmentPositioningSubtable.as │ │ │ │ │ │ │ └── EntryExitRecord.as │ │ │ │ │ │ ├── marktobase │ │ │ │ │ │ │ ├── BaseArray.as │ │ │ │ │ │ │ ├── BaseRecord.as │ │ │ │ │ │ │ ├── MarkToBaseAttachmentPositioningLookup.as │ │ │ │ │ │ │ └── MarkToBaseAttachmentPositioningSubtable.as │ │ │ │ │ │ ├── marktoligature │ │ │ │ │ │ │ ├── ComponentRecord.as │ │ │ │ │ │ │ ├── LigatureArray.as │ │ │ │ │ │ │ ├── LigatureAttachment.as │ │ │ │ │ │ │ ├── MarkToLigatureAttachmentPositioningLookup.as │ │ │ │ │ │ │ └── MarkToLigatureAttachmentPositioningSubtable.as │ │ │ │ │ │ ├── marktomark │ │ │ │ │ │ │ ├── Mark2Array.as │ │ │ │ │ │ │ ├── Mark2Record.as │ │ │ │ │ │ │ ├── MarkToMarkAttachmentPositioningLookup.as │ │ │ │ │ │ │ └── MarkToMarkAttachmentPositioningSubtable.as │ │ │ │ │ │ ├── pair │ │ │ │ │ │ │ ├── Class1Record.as │ │ │ │ │ │ │ ├── Class2Record.as │ │ │ │ │ │ │ ├── PairAdjustmentPositioningLookup1.as │ │ │ │ │ │ │ ├── PairAdjustmentPositioningLookup2.as │ │ │ │ │ │ │ ├── PairAdjustmentPositioningSubtable1.as │ │ │ │ │ │ │ ├── PairAdjustmentPositioningSubtable2.as │ │ │ │ │ │ │ ├── PairSet.as │ │ │ │ │ │ │ └── PairValueRecord.as │ │ │ │ │ │ ├── shared │ │ │ │ │ │ │ ├── AnchorTable.as │ │ │ │ │ │ │ ├── MarkArray.as │ │ │ │ │ │ │ ├── MarkRecord.as │ │ │ │ │ │ │ ├── ValueFormat.as │ │ │ │ │ │ │ └── ValueRecord.as │ │ │ │ │ │ └── single │ │ │ │ │ │ │ ├── SingleAdjustmentPositioningLookup.as │ │ │ │ │ │ │ └── SingleAdjustmentPositioningSubtable.as │ │ │ │ │ └── gsub │ │ │ │ │ │ ├── GlyphSubstitutionLookupType.as │ │ │ │ │ │ ├── GlyphSubstitutionTableData.as │ │ │ │ │ │ ├── alternate │ │ │ │ │ │ ├── AlternateSetTable.as │ │ │ │ │ │ ├── AlternateSubstitutionLookup.as │ │ │ │ │ │ └── AlternateSubstitutionSubtable.as │ │ │ │ │ │ ├── chaining │ │ │ │ │ │ ├── ChainSubRule.as │ │ │ │ │ │ ├── ChainSubRuleSet.as │ │ │ │ │ │ ├── ChainingContextSubstitutionLookupFormat1.as │ │ │ │ │ │ ├── ChainingContextSubstitutionLookupFormat3.as │ │ │ │ │ │ ├── ChainingContextSubstitutionTableFormat1.as │ │ │ │ │ │ ├── ChainingContextSubstitutionTableFormat3.as │ │ │ │ │ │ └── IChainingContextualSubstitutionTable.as │ │ │ │ │ │ ├── context │ │ │ │ │ │ ├── ContextualSubstitutionLookupFormat1.as │ │ │ │ │ │ ├── ContextualSubstitutionTableFormat1.as │ │ │ │ │ │ ├── IContextualSubstitutionTable.as │ │ │ │ │ │ ├── SubRuleSetTable.as │ │ │ │ │ │ ├── SubRuleTable.as │ │ │ │ │ │ └── SubstitutionLookupRecord.as │ │ │ │ │ │ ├── ligature │ │ │ │ │ │ ├── LigatureSetTable.as │ │ │ │ │ │ ├── LigatureSubstitutionLookup.as │ │ │ │ │ │ ├── LigatureSubstitutionSubtable.as │ │ │ │ │ │ └── LigatureTable.as │ │ │ │ │ │ ├── multiple │ │ │ │ │ │ ├── MultipleSubstitutionLookup.as │ │ │ │ │ │ ├── MultipleSubstitutionSubtable.as │ │ │ │ │ │ └── SequenceTable.as │ │ │ │ │ │ └── single │ │ │ │ │ │ ├── SingleSubstitutionLookup.as │ │ │ │ │ │ └── SingleSubstitutionSubtable.as │ │ │ │ │ ├── common │ │ │ │ │ ├── classes │ │ │ │ │ │ ├── ClassDefinitionTableData1.as │ │ │ │ │ │ ├── ClassDefinitionTableData2.as │ │ │ │ │ │ ├── ClassRangeRecord.as │ │ │ │ │ │ └── IClassDefinitionTable.as │ │ │ │ │ ├── coverage │ │ │ │ │ │ ├── CoverageTableData1.as │ │ │ │ │ │ ├── CoverageTableData2.as │ │ │ │ │ │ ├── ICoverageTable.as │ │ │ │ │ │ └── RangeRecord.as │ │ │ │ │ ├── device │ │ │ │ │ │ └── DeviceTableData.as │ │ │ │ │ ├── features │ │ │ │ │ │ ├── FeatureListTableData.as │ │ │ │ │ │ ├── FeatureRecord.as │ │ │ │ │ │ ├── FeatureTable.as │ │ │ │ │ │ └── FeatureTag.as │ │ │ │ │ ├── language │ │ │ │ │ │ ├── LanguageSystemRecord.as │ │ │ │ │ │ ├── LanguageSystemTable.as │ │ │ │ │ │ └── LanguageTag.as │ │ │ │ │ ├── lookup │ │ │ │ │ │ ├── IGlyphLookup.as │ │ │ │ │ │ ├── ILookupSubtable.as │ │ │ │ │ │ ├── LookupListTable.as │ │ │ │ │ │ ├── LookupTable.as │ │ │ │ │ │ └── LookupTableFlags.as │ │ │ │ │ └── script │ │ │ │ │ │ ├── ScriptListTableData.as │ │ │ │ │ │ ├── ScriptRecord.as │ │ │ │ │ │ ├── ScriptTable.as │ │ │ │ │ │ └── ScriptTag.as │ │ │ │ │ ├── other │ │ │ │ │ ├── dsig │ │ │ │ │ │ ├── DigitalSignature.as │ │ │ │ │ │ └── DigitalSignatureTableData.as │ │ │ │ │ └── kern │ │ │ │ │ │ └── KerningTableData.as │ │ │ │ │ ├── required │ │ │ │ │ ├── cmap │ │ │ │ │ │ ├── CharacterIndexMappingTableData.as │ │ │ │ │ │ └── sub │ │ │ │ │ │ │ ├── ByteEncodingTableData.as │ │ │ │ │ │ │ ├── CharacterIndexMappingSubtable.as │ │ │ │ │ │ │ ├── HighByteMappingTableData.as │ │ │ │ │ │ │ ├── HighByteSubHeader.as │ │ │ │ │ │ │ ├── ICharacterIndexMappingSubtableData.as │ │ │ │ │ │ │ └── SegmentToDeltaMappingSubtableData.as │ │ │ │ │ ├── head │ │ │ │ │ │ └── FontHeaderData.as │ │ │ │ │ ├── hhea │ │ │ │ │ │ └── HorizontalHeaderData.as │ │ │ │ │ ├── hmtx │ │ │ │ │ │ ├── HorizontalMetricsData.as │ │ │ │ │ │ └── LongHorizontalMetric.as │ │ │ │ │ ├── maxp │ │ │ │ │ │ └── MaximumProfileTableData.as │ │ │ │ │ └── name │ │ │ │ │ │ ├── NameRecord.as │ │ │ │ │ │ ├── NamingTableData.as │ │ │ │ │ │ └── NamingTableNameID.as │ │ │ │ │ └── truetype │ │ │ │ │ ├── ControlValueTableData.as │ │ │ │ │ ├── LocationTableData.as │ │ │ │ │ └── glyf │ │ │ │ │ ├── Glyph.as │ │ │ │ │ ├── GlyphHeader.as │ │ │ │ │ ├── GlyphTableData.as │ │ │ │ │ ├── composite │ │ │ │ │ ├── CompositeGlyph.as │ │ │ │ │ ├── CompositeGlyphComponent.as │ │ │ │ │ └── CompositeGlyphFlags.as │ │ │ │ │ ├── contours │ │ │ │ │ ├── Contour.as │ │ │ │ │ ├── Curve.as │ │ │ │ │ ├── IPathSegment.as │ │ │ │ │ ├── Line.as │ │ │ │ │ ├── PathConnector.as │ │ │ │ │ ├── Vertex.as │ │ │ │ │ └── VertexListElement.as │ │ │ │ │ └── simple │ │ │ │ │ ├── SimpleGlyph.as │ │ │ │ │ └── SimpleGlyphFlags.as │ │ │ ├── events │ │ │ │ └── FontEvent.as │ │ │ ├── parser │ │ │ │ ├── DataTypeParser.as │ │ │ │ ├── FontLoaderJob.as │ │ │ │ ├── FontParser.as │ │ │ │ ├── IFontParser.as │ │ │ │ ├── OpenTypeParser.as │ │ │ │ └── tables │ │ │ │ │ ├── ISubTableParser.as │ │ │ │ │ ├── ITableParser.as │ │ │ │ │ ├── NotYetImplementedParser.as │ │ │ │ │ ├── NotYetImplementedSubtableParser.as │ │ │ │ │ ├── TableNames.as │ │ │ │ │ ├── advanced │ │ │ │ │ ├── AttachmentListTableParser.as │ │ │ │ │ ├── ExtensionSubtableParser.as │ │ │ │ │ ├── GlyphDefinitionTableParser.as │ │ │ │ │ ├── LigatureCaretListTableParser.as │ │ │ │ │ ├── NotYetImplementedLookupTableParser.as │ │ │ │ │ ├── ScriptFeatureLookupTableParser.as │ │ │ │ │ ├── gpos │ │ │ │ │ │ ├── AnchorTableParser.as │ │ │ │ │ │ ├── CursiveAttachmentPositioningSubtableParser.as │ │ │ │ │ │ ├── GlyphPositioningTableParser.as │ │ │ │ │ │ ├── MarkArrayTableParser.as │ │ │ │ │ │ ├── MarkToBaseAttachmentPositioningSubtableParser.as │ │ │ │ │ │ ├── MarkToLigatureAttachmentPositioningSubtableParser.as │ │ │ │ │ │ ├── MarkToMarkAttachmentPositioningSubtableParser.as │ │ │ │ │ │ ├── PairAdjustmentPositioningSubtableParser.as │ │ │ │ │ │ ├── SingleAdjustmentPositioningSubtableParser.as │ │ │ │ │ │ ├── ValueFormatParser.as │ │ │ │ │ │ └── ValueRecordParser.as │ │ │ │ │ └── gsub │ │ │ │ │ │ ├── AlternateSubstitutionSubtableParser.as │ │ │ │ │ │ ├── ChainingContextualSubstitutionSubtableParser.as │ │ │ │ │ │ ├── ContextualSubstitutionTableSubtableParser.as │ │ │ │ │ │ ├── GlyphSubstitutionTableParser.as │ │ │ │ │ │ ├── LigatureSubstitutionSubtableParser.as │ │ │ │ │ │ ├── MultipleSubstitutionSubtableParser.as │ │ │ │ │ │ └── SingleSubstitutionSubtableParser.as │ │ │ │ │ ├── common │ │ │ │ │ ├── ClassDefinitionTableParser.as │ │ │ │ │ ├── CoverageTableParser.as │ │ │ │ │ ├── DeviceTableParser.as │ │ │ │ │ ├── FeatureListTableParser.as │ │ │ │ │ ├── LanguageSystemParser.as │ │ │ │ │ ├── LookupListTableDataParser.as │ │ │ │ │ └── ScriptListTableParser.as │ │ │ │ │ ├── other │ │ │ │ │ └── DigitalSignatureTableParser.as │ │ │ │ │ ├── required │ │ │ │ │ ├── CharacterIndexMappingTableParser.as │ │ │ │ │ ├── FontHeaderParser.as │ │ │ │ │ ├── HorizontalHeaderParser.as │ │ │ │ │ ├── HorizontalMetricsParser.as │ │ │ │ │ ├── MaximumProfileTableParser.as │ │ │ │ │ └── NamingTableParser.as │ │ │ │ │ └── truetype │ │ │ │ │ ├── ControlValueTableParser.as │ │ │ │ │ ├── GlyphDataTableParser.as │ │ │ │ │ ├── LocationTableParser.as │ │ │ │ │ └── contours │ │ │ │ │ └── ContourParser.as │ │ │ └── triangulation │ │ │ │ ├── EarClippingTriangulator.as │ │ │ │ └── ITriangulator.as │ │ └── text │ │ │ ├── HardwareText.as │ │ │ ├── TransformedInstance.as │ │ │ ├── Typesetter.as │ │ │ ├── cache │ │ │ ├── HardwareCharacterCache.as │ │ │ ├── HardwareCharacterCacheSection.as │ │ │ ├── HardwareFontMap.as │ │ │ ├── HardwareTextFormatMap.as │ │ │ └── TextColorMap.as │ │ │ ├── components │ │ │ ├── HardwareCharacterInstance.as │ │ │ ├── HardwareGlyphInstance.as │ │ │ ├── HardwareGlyphInstanceListElement.as │ │ │ ├── HardwareLine.as │ │ │ ├── HardwareWord.as │ │ │ └── TextSpan.as │ │ │ ├── format │ │ │ ├── HardwareFontFeatures.as │ │ │ ├── HardwareTextFormat.as │ │ │ ├── HardwareTextFormatListElement.as │ │ │ ├── TextAlign.as │ │ │ └── TextColor.as │ │ │ ├── glyphbuilders │ │ │ ├── IGlyphBuilder.as │ │ │ ├── OutlinedGlyphBuilder.as │ │ │ └── SimpleGlyphBuilder.as │ │ │ ├── layout │ │ │ ├── ILayout.as │ │ │ ├── LeftToRightLayout.as │ │ │ └── Printhead.as │ │ │ ├── renderer │ │ │ ├── AGALMiniAssembler.as │ │ │ ├── BatchedGlyphRenderer.as │ │ │ ├── BatchedGlyphRendererFactory.as │ │ │ ├── HardwareTextRenderer.as │ │ │ ├── IHardwareTextRenderer.as │ │ │ ├── IHardwareTextRendererFactory.as │ │ │ ├── SingleGlyphRenderer.as │ │ │ ├── SingleGlyphRendererFactory.as │ │ │ ├── SingleTwoColorGlyphRenderer.as │ │ │ └── SingleTwoColorGlyphRendererFactory.as │ │ │ ├── starling │ │ │ └── FiretypeStarlingTextField.as │ │ │ └── tags │ │ │ ├── FormatTag.as │ │ │ └── TextTag.as │ │ ├── list │ │ ├── CircularLinkedList.as │ │ ├── ILinkedListElement.as │ │ ├── LinkedList.as │ │ ├── LinkedListElement.as │ │ └── elements │ │ │ └── UnsignedIntegerListElement.as │ │ └── math │ │ ├── AxisAlignedBoundingBox.as │ │ └── MaxMath.as └── resources │ └── fonts │ └── newscycle │ ├── FontLog.txt │ ├── OFL.txt │ └── newscycle-regular.ttf └── test ├── flash └── de │ └── maxdidit │ └── hardware │ └── font │ ├── FiretypeBenchmark1A.as │ ├── FiretypeBenchmark1B.as │ ├── FiretypeBenchmark1C.as │ ├── FiretypeStarlingGame.as │ ├── FiretypeStarlingTutorial.as │ ├── FiretypeTutorial1.as │ ├── FiretypeTutorial2.as │ ├── FiretypeTutorial3.as │ ├── FiretypeTutorial4.as │ ├── FiretypeTutorial5.as │ ├── FiretypeTutorial6.as │ ├── FiretypeTutorial7.as │ ├── FiretypeTutorial8.as │ └── HardwareFontTest.as └── resources └── fonts └── newscycle ├── FontLog.txt ├── OFL.txt ├── newscycle-bold.ttf └── newscycle-regular.ttf /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/README.md -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/HardwareFont.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/HardwareFont.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/HardwareGlyph.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/HardwareGlyph.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/HardwareFontData.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/HardwareFontData.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/ITableMap.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/ITableMap.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/SFNTWrapper.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/SFNTWrapper.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/NotYetImplementedLookupTableData.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/NotYetImplementedLookupTableData.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/NotYetImplementedTableData.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/NotYetImplementedTableData.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/Table.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/Table.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/TableRecord.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/TableRecord.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/ExtensionSubtable.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/ExtensionSubtable.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/ScriptFeatureLookupTable.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/ScriptFeatureLookupTable.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gdef/GlyphClassDefinitionNames.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gdef/GlyphClassDefinitionNames.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gdef/GlyphDefinitionHeader.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gdef/GlyphDefinitionHeader.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gdef/GlyphDefinitionTableData.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gdef/GlyphDefinitionTableData.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gdef/attachment/AttachmentListTableData.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gdef/attachment/AttachmentListTableData.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gdef/attachment/AttachmentPointTableData.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gdef/attachment/AttachmentPointTableData.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gdef/caret/CaretValue1.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gdef/caret/CaretValue1.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gdef/caret/CaretValue2.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gdef/caret/CaretValue2.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gdef/caret/CaretValue3.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gdef/caret/CaretValue3.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gdef/caret/ICaretValue.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gdef/caret/ICaretValue.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gdef/ligature/LigatureCaretListTableData.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gdef/ligature/LigatureCaretListTableData.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gdef/ligature/LigatureGlyphTable.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gdef/ligature/LigatureGlyphTable.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gpos/GlyphPositioningLookupType.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gpos/GlyphPositioningLookupType.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gpos/GlyphPositioningTableData.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gpos/GlyphPositioningTableData.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gpos/cursive/CursiveAttachmentPositioningLookup.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gpos/cursive/CursiveAttachmentPositioningLookup.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gpos/cursive/CursiveAttachmentPositioningSubtable.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gpos/cursive/CursiveAttachmentPositioningSubtable.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gpos/cursive/EntryExitRecord.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gpos/cursive/EntryExitRecord.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gpos/marktobase/BaseArray.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gpos/marktobase/BaseArray.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gpos/marktobase/BaseRecord.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gpos/marktobase/BaseRecord.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gpos/marktobase/MarkToBaseAttachmentPositioningLookup.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gpos/marktobase/MarkToBaseAttachmentPositioningLookup.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gpos/marktobase/MarkToBaseAttachmentPositioningSubtable.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gpos/marktobase/MarkToBaseAttachmentPositioningSubtable.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gpos/marktoligature/ComponentRecord.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gpos/marktoligature/ComponentRecord.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gpos/marktoligature/LigatureArray.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gpos/marktoligature/LigatureArray.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gpos/marktoligature/LigatureAttachment.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gpos/marktoligature/LigatureAttachment.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gpos/marktoligature/MarkToLigatureAttachmentPositioningLookup.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gpos/marktoligature/MarkToLigatureAttachmentPositioningLookup.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gpos/marktoligature/MarkToLigatureAttachmentPositioningSubtable.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gpos/marktoligature/MarkToLigatureAttachmentPositioningSubtable.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gpos/marktomark/Mark2Array.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gpos/marktomark/Mark2Array.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gpos/marktomark/Mark2Record.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gpos/marktomark/Mark2Record.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gpos/marktomark/MarkToMarkAttachmentPositioningLookup.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gpos/marktomark/MarkToMarkAttachmentPositioningLookup.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gpos/marktomark/MarkToMarkAttachmentPositioningSubtable.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gpos/marktomark/MarkToMarkAttachmentPositioningSubtable.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gpos/pair/Class1Record.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gpos/pair/Class1Record.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gpos/pair/Class2Record.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gpos/pair/Class2Record.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gpos/pair/PairAdjustmentPositioningLookup1.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gpos/pair/PairAdjustmentPositioningLookup1.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gpos/pair/PairAdjustmentPositioningLookup2.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gpos/pair/PairAdjustmentPositioningLookup2.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gpos/pair/PairAdjustmentPositioningSubtable1.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gpos/pair/PairAdjustmentPositioningSubtable1.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gpos/pair/PairAdjustmentPositioningSubtable2.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gpos/pair/PairAdjustmentPositioningSubtable2.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gpos/pair/PairSet.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gpos/pair/PairSet.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gpos/pair/PairValueRecord.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gpos/pair/PairValueRecord.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gpos/shared/AnchorTable.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gpos/shared/AnchorTable.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gpos/shared/MarkArray.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gpos/shared/MarkArray.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gpos/shared/MarkRecord.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gpos/shared/MarkRecord.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gpos/shared/ValueFormat.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gpos/shared/ValueFormat.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gpos/shared/ValueRecord.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gpos/shared/ValueRecord.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gpos/single/SingleAdjustmentPositioningLookup.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gpos/single/SingleAdjustmentPositioningLookup.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gpos/single/SingleAdjustmentPositioningSubtable.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gpos/single/SingleAdjustmentPositioningSubtable.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gsub/GlyphSubstitutionLookupType.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gsub/GlyphSubstitutionLookupType.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gsub/GlyphSubstitutionTableData.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gsub/GlyphSubstitutionTableData.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gsub/alternate/AlternateSetTable.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gsub/alternate/AlternateSetTable.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gsub/alternate/AlternateSubstitutionLookup.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gsub/alternate/AlternateSubstitutionLookup.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gsub/alternate/AlternateSubstitutionSubtable.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gsub/alternate/AlternateSubstitutionSubtable.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gsub/chaining/ChainSubRule.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gsub/chaining/ChainSubRule.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gsub/chaining/ChainSubRuleSet.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gsub/chaining/ChainSubRuleSet.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gsub/chaining/ChainingContextSubstitutionLookupFormat1.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gsub/chaining/ChainingContextSubstitutionLookupFormat1.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gsub/chaining/ChainingContextSubstitutionLookupFormat3.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gsub/chaining/ChainingContextSubstitutionLookupFormat3.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gsub/chaining/ChainingContextSubstitutionTableFormat1.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gsub/chaining/ChainingContextSubstitutionTableFormat1.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gsub/chaining/ChainingContextSubstitutionTableFormat3.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gsub/chaining/ChainingContextSubstitutionTableFormat3.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gsub/chaining/IChainingContextualSubstitutionTable.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gsub/chaining/IChainingContextualSubstitutionTable.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gsub/context/ContextualSubstitutionLookupFormat1.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gsub/context/ContextualSubstitutionLookupFormat1.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gsub/context/ContextualSubstitutionTableFormat1.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gsub/context/ContextualSubstitutionTableFormat1.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gsub/context/IContextualSubstitutionTable.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gsub/context/IContextualSubstitutionTable.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gsub/context/SubRuleSetTable.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gsub/context/SubRuleSetTable.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gsub/context/SubRuleTable.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gsub/context/SubRuleTable.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gsub/context/SubstitutionLookupRecord.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gsub/context/SubstitutionLookupRecord.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gsub/ligature/LigatureSetTable.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gsub/ligature/LigatureSetTable.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gsub/ligature/LigatureSubstitutionLookup.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gsub/ligature/LigatureSubstitutionLookup.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gsub/ligature/LigatureSubstitutionSubtable.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gsub/ligature/LigatureSubstitutionSubtable.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gsub/ligature/LigatureTable.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gsub/ligature/LigatureTable.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gsub/multiple/MultipleSubstitutionLookup.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gsub/multiple/MultipleSubstitutionLookup.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gsub/multiple/MultipleSubstitutionSubtable.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gsub/multiple/MultipleSubstitutionSubtable.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gsub/multiple/SequenceTable.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gsub/multiple/SequenceTable.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gsub/single/SingleSubstitutionLookup.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gsub/single/SingleSubstitutionLookup.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gsub/single/SingleSubstitutionSubtable.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/advanced/gsub/single/SingleSubstitutionSubtable.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/common/classes/ClassDefinitionTableData1.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/common/classes/ClassDefinitionTableData1.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/common/classes/ClassDefinitionTableData2.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/common/classes/ClassDefinitionTableData2.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/common/classes/ClassRangeRecord.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/common/classes/ClassRangeRecord.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/common/classes/IClassDefinitionTable.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/common/classes/IClassDefinitionTable.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/common/coverage/CoverageTableData1.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/common/coverage/CoverageTableData1.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/common/coverage/CoverageTableData2.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/common/coverage/CoverageTableData2.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/common/coverage/ICoverageTable.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/common/coverage/ICoverageTable.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/common/coverage/RangeRecord.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/common/coverage/RangeRecord.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/common/device/DeviceTableData.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/common/device/DeviceTableData.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/common/features/FeatureListTableData.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/common/features/FeatureListTableData.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/common/features/FeatureRecord.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/common/features/FeatureRecord.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/common/features/FeatureTable.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/common/features/FeatureTable.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/common/features/FeatureTag.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/common/features/FeatureTag.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/common/language/LanguageSystemRecord.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/common/language/LanguageSystemRecord.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/common/language/LanguageSystemTable.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/common/language/LanguageSystemTable.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/common/language/LanguageTag.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/common/language/LanguageTag.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/common/lookup/IGlyphLookup.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/common/lookup/IGlyphLookup.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/common/lookup/ILookupSubtable.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/common/lookup/ILookupSubtable.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/common/lookup/LookupListTable.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/common/lookup/LookupListTable.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/common/lookup/LookupTable.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/common/lookup/LookupTable.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/common/lookup/LookupTableFlags.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/common/lookup/LookupTableFlags.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/common/script/ScriptListTableData.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/common/script/ScriptListTableData.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/common/script/ScriptRecord.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/common/script/ScriptRecord.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/common/script/ScriptTable.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/common/script/ScriptTable.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/common/script/ScriptTag.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/common/script/ScriptTag.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/other/dsig/DigitalSignature.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/other/dsig/DigitalSignature.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/other/dsig/DigitalSignatureTableData.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/other/dsig/DigitalSignatureTableData.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/other/kern/KerningTableData.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/other/kern/KerningTableData.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/required/cmap/CharacterIndexMappingTableData.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/required/cmap/CharacterIndexMappingTableData.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/required/cmap/sub/ByteEncodingTableData.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/required/cmap/sub/ByteEncodingTableData.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/required/cmap/sub/CharacterIndexMappingSubtable.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/required/cmap/sub/CharacterIndexMappingSubtable.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/required/cmap/sub/HighByteMappingTableData.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/required/cmap/sub/HighByteMappingTableData.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/required/cmap/sub/HighByteSubHeader.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/required/cmap/sub/HighByteSubHeader.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/required/cmap/sub/ICharacterIndexMappingSubtableData.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/required/cmap/sub/ICharacterIndexMappingSubtableData.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/required/cmap/sub/SegmentToDeltaMappingSubtableData.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/required/cmap/sub/SegmentToDeltaMappingSubtableData.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/required/head/FontHeaderData.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/required/head/FontHeaderData.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/required/hhea/HorizontalHeaderData.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/required/hhea/HorizontalHeaderData.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/required/hmtx/HorizontalMetricsData.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/required/hmtx/HorizontalMetricsData.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/required/hmtx/LongHorizontalMetric.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/required/hmtx/LongHorizontalMetric.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/required/maxp/MaximumProfileTableData.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/required/maxp/MaximumProfileTableData.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/required/name/NameRecord.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/required/name/NameRecord.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/required/name/NamingTableData.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/required/name/NamingTableData.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/required/name/NamingTableNameID.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/required/name/NamingTableNameID.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/truetype/ControlValueTableData.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/truetype/ControlValueTableData.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/truetype/LocationTableData.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/truetype/LocationTableData.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/truetype/glyf/Glyph.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/truetype/glyf/Glyph.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/truetype/glyf/GlyphHeader.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/truetype/glyf/GlyphHeader.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/truetype/glyf/GlyphTableData.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/truetype/glyf/GlyphTableData.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/truetype/glyf/composite/CompositeGlyph.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/truetype/glyf/composite/CompositeGlyph.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/truetype/glyf/composite/CompositeGlyphComponent.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/truetype/glyf/composite/CompositeGlyphComponent.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/truetype/glyf/composite/CompositeGlyphFlags.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/truetype/glyf/composite/CompositeGlyphFlags.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/truetype/glyf/contours/Contour.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/truetype/glyf/contours/Contour.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/truetype/glyf/contours/Curve.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/truetype/glyf/contours/Curve.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/truetype/glyf/contours/IPathSegment.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/truetype/glyf/contours/IPathSegment.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/truetype/glyf/contours/Line.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/truetype/glyf/contours/Line.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/truetype/glyf/contours/PathConnector.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/truetype/glyf/contours/PathConnector.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/truetype/glyf/contours/Vertex.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/truetype/glyf/contours/Vertex.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/truetype/glyf/contours/VertexListElement.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/truetype/glyf/contours/VertexListElement.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/truetype/glyf/simple/SimpleGlyph.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/truetype/glyf/simple/SimpleGlyph.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/data/tables/truetype/glyf/simple/SimpleGlyphFlags.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/data/tables/truetype/glyf/simple/SimpleGlyphFlags.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/events/FontEvent.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/events/FontEvent.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/parser/DataTypeParser.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/parser/DataTypeParser.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/parser/FontLoaderJob.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/parser/FontLoaderJob.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/parser/FontParser.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/parser/FontParser.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/parser/IFontParser.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/parser/IFontParser.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/parser/OpenTypeParser.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/parser/OpenTypeParser.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/parser/tables/ISubTableParser.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/parser/tables/ISubTableParser.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/parser/tables/ITableParser.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/parser/tables/ITableParser.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/parser/tables/NotYetImplementedParser.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/parser/tables/NotYetImplementedParser.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/parser/tables/NotYetImplementedSubtableParser.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/parser/tables/NotYetImplementedSubtableParser.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/parser/tables/TableNames.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/parser/tables/TableNames.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/parser/tables/advanced/AttachmentListTableParser.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/parser/tables/advanced/AttachmentListTableParser.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/parser/tables/advanced/ExtensionSubtableParser.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/parser/tables/advanced/ExtensionSubtableParser.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/parser/tables/advanced/GlyphDefinitionTableParser.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/parser/tables/advanced/GlyphDefinitionTableParser.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/parser/tables/advanced/LigatureCaretListTableParser.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/parser/tables/advanced/LigatureCaretListTableParser.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/parser/tables/advanced/NotYetImplementedLookupTableParser.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/parser/tables/advanced/NotYetImplementedLookupTableParser.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/parser/tables/advanced/ScriptFeatureLookupTableParser.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/parser/tables/advanced/ScriptFeatureLookupTableParser.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/parser/tables/advanced/gpos/AnchorTableParser.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/parser/tables/advanced/gpos/AnchorTableParser.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/parser/tables/advanced/gpos/CursiveAttachmentPositioningSubtableParser.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/parser/tables/advanced/gpos/CursiveAttachmentPositioningSubtableParser.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/parser/tables/advanced/gpos/GlyphPositioningTableParser.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/parser/tables/advanced/gpos/GlyphPositioningTableParser.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/parser/tables/advanced/gpos/MarkArrayTableParser.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/parser/tables/advanced/gpos/MarkArrayTableParser.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/parser/tables/advanced/gpos/MarkToBaseAttachmentPositioningSubtableParser.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/parser/tables/advanced/gpos/MarkToBaseAttachmentPositioningSubtableParser.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/parser/tables/advanced/gpos/MarkToLigatureAttachmentPositioningSubtableParser.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/parser/tables/advanced/gpos/MarkToLigatureAttachmentPositioningSubtableParser.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/parser/tables/advanced/gpos/MarkToMarkAttachmentPositioningSubtableParser.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/parser/tables/advanced/gpos/MarkToMarkAttachmentPositioningSubtableParser.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/parser/tables/advanced/gpos/PairAdjustmentPositioningSubtableParser.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/parser/tables/advanced/gpos/PairAdjustmentPositioningSubtableParser.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/parser/tables/advanced/gpos/SingleAdjustmentPositioningSubtableParser.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/parser/tables/advanced/gpos/SingleAdjustmentPositioningSubtableParser.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/parser/tables/advanced/gpos/ValueFormatParser.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/parser/tables/advanced/gpos/ValueFormatParser.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/parser/tables/advanced/gpos/ValueRecordParser.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/parser/tables/advanced/gpos/ValueRecordParser.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/parser/tables/advanced/gsub/AlternateSubstitutionSubtableParser.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/parser/tables/advanced/gsub/AlternateSubstitutionSubtableParser.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/parser/tables/advanced/gsub/ChainingContextualSubstitutionSubtableParser.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/parser/tables/advanced/gsub/ChainingContextualSubstitutionSubtableParser.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/parser/tables/advanced/gsub/ContextualSubstitutionTableSubtableParser.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/parser/tables/advanced/gsub/ContextualSubstitutionTableSubtableParser.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/parser/tables/advanced/gsub/GlyphSubstitutionTableParser.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/parser/tables/advanced/gsub/GlyphSubstitutionTableParser.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/parser/tables/advanced/gsub/LigatureSubstitutionSubtableParser.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/parser/tables/advanced/gsub/LigatureSubstitutionSubtableParser.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/parser/tables/advanced/gsub/MultipleSubstitutionSubtableParser.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/parser/tables/advanced/gsub/MultipleSubstitutionSubtableParser.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/parser/tables/advanced/gsub/SingleSubstitutionSubtableParser.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/parser/tables/advanced/gsub/SingleSubstitutionSubtableParser.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/parser/tables/common/ClassDefinitionTableParser.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/parser/tables/common/ClassDefinitionTableParser.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/parser/tables/common/CoverageTableParser.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/parser/tables/common/CoverageTableParser.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/parser/tables/common/DeviceTableParser.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/parser/tables/common/DeviceTableParser.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/parser/tables/common/FeatureListTableParser.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/parser/tables/common/FeatureListTableParser.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/parser/tables/common/LanguageSystemParser.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/parser/tables/common/LanguageSystemParser.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/parser/tables/common/LookupListTableDataParser.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/parser/tables/common/LookupListTableDataParser.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/parser/tables/common/ScriptListTableParser.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/parser/tables/common/ScriptListTableParser.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/parser/tables/other/DigitalSignatureTableParser.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/parser/tables/other/DigitalSignatureTableParser.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/parser/tables/required/CharacterIndexMappingTableParser.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/parser/tables/required/CharacterIndexMappingTableParser.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/parser/tables/required/FontHeaderParser.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/parser/tables/required/FontHeaderParser.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/parser/tables/required/HorizontalHeaderParser.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/parser/tables/required/HorizontalHeaderParser.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/parser/tables/required/HorizontalMetricsParser.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/parser/tables/required/HorizontalMetricsParser.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/parser/tables/required/MaximumProfileTableParser.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/parser/tables/required/MaximumProfileTableParser.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/parser/tables/required/NamingTableParser.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/parser/tables/required/NamingTableParser.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/parser/tables/truetype/ControlValueTableParser.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/parser/tables/truetype/ControlValueTableParser.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/parser/tables/truetype/GlyphDataTableParser.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/parser/tables/truetype/GlyphDataTableParser.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/parser/tables/truetype/LocationTableParser.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/parser/tables/truetype/LocationTableParser.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/parser/tables/truetype/contours/ContourParser.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/parser/tables/truetype/contours/ContourParser.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/triangulation/EarClippingTriangulator.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/triangulation/EarClippingTriangulator.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/font/triangulation/ITriangulator.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/font/triangulation/ITriangulator.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/text/HardwareText.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/text/HardwareText.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/text/TransformedInstance.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/text/TransformedInstance.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/text/Typesetter.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/text/Typesetter.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/text/cache/HardwareCharacterCache.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/text/cache/HardwareCharacterCache.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/text/cache/HardwareCharacterCacheSection.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/text/cache/HardwareCharacterCacheSection.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/text/cache/HardwareFontMap.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/text/cache/HardwareFontMap.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/text/cache/HardwareTextFormatMap.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/text/cache/HardwareTextFormatMap.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/text/cache/TextColorMap.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/text/cache/TextColorMap.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/text/components/HardwareCharacterInstance.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/text/components/HardwareCharacterInstance.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/text/components/HardwareGlyphInstance.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/text/components/HardwareGlyphInstance.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/text/components/HardwareGlyphInstanceListElement.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/text/components/HardwareGlyphInstanceListElement.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/text/components/HardwareLine.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/text/components/HardwareLine.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/text/components/HardwareWord.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/text/components/HardwareWord.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/text/components/TextSpan.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/text/components/TextSpan.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/text/format/HardwareFontFeatures.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/text/format/HardwareFontFeatures.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/text/format/HardwareTextFormat.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/text/format/HardwareTextFormat.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/text/format/HardwareTextFormatListElement.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/text/format/HardwareTextFormatListElement.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/text/format/TextAlign.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/text/format/TextAlign.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/text/format/TextColor.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/text/format/TextColor.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/text/glyphbuilders/IGlyphBuilder.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/text/glyphbuilders/IGlyphBuilder.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/text/glyphbuilders/OutlinedGlyphBuilder.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/text/glyphbuilders/OutlinedGlyphBuilder.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/text/glyphbuilders/SimpleGlyphBuilder.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/text/glyphbuilders/SimpleGlyphBuilder.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/text/layout/ILayout.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/text/layout/ILayout.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/text/layout/LeftToRightLayout.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/text/layout/LeftToRightLayout.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/text/layout/Printhead.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/text/layout/Printhead.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/text/renderer/AGALMiniAssembler.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/text/renderer/AGALMiniAssembler.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/text/renderer/BatchedGlyphRenderer.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/text/renderer/BatchedGlyphRenderer.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/text/renderer/BatchedGlyphRendererFactory.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/text/renderer/BatchedGlyphRendererFactory.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/text/renderer/HardwareTextRenderer.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/text/renderer/HardwareTextRenderer.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/text/renderer/IHardwareTextRenderer.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/text/renderer/IHardwareTextRenderer.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/text/renderer/IHardwareTextRendererFactory.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/text/renderer/IHardwareTextRendererFactory.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/text/renderer/SingleGlyphRenderer.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/text/renderer/SingleGlyphRenderer.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/text/renderer/SingleGlyphRendererFactory.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/text/renderer/SingleGlyphRendererFactory.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/text/renderer/SingleTwoColorGlyphRenderer.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/text/renderer/SingleTwoColorGlyphRenderer.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/text/renderer/SingleTwoColorGlyphRendererFactory.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/text/renderer/SingleTwoColorGlyphRendererFactory.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/text/starling/FiretypeStarlingTextField.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/text/starling/FiretypeStarlingTextField.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/text/tags/FormatTag.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/text/tags/FormatTag.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/hardware/text/tags/TextTag.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/hardware/text/tags/TextTag.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/list/CircularLinkedList.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/list/CircularLinkedList.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/list/ILinkedListElement.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/list/ILinkedListElement.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/list/LinkedList.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/list/LinkedList.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/list/LinkedListElement.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/list/LinkedListElement.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/list/elements/UnsignedIntegerListElement.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/list/elements/UnsignedIntegerListElement.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/math/AxisAlignedBoundingBox.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/math/AxisAlignedBoundingBox.as -------------------------------------------------------------------------------- /src/main/flash/de/maxdidit/math/MaxMath.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/flash/de/maxdidit/math/MaxMath.as -------------------------------------------------------------------------------- /src/main/resources/fonts/newscycle/FontLog.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/resources/fonts/newscycle/FontLog.txt -------------------------------------------------------------------------------- /src/main/resources/fonts/newscycle/OFL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/resources/fonts/newscycle/OFL.txt -------------------------------------------------------------------------------- /src/main/resources/fonts/newscycle/newscycle-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/main/resources/fonts/newscycle/newscycle-regular.ttf -------------------------------------------------------------------------------- /src/test/flash/de/maxdidit/hardware/font/FiretypeBenchmark1A.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/test/flash/de/maxdidit/hardware/font/FiretypeBenchmark1A.as -------------------------------------------------------------------------------- /src/test/flash/de/maxdidit/hardware/font/FiretypeBenchmark1B.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/test/flash/de/maxdidit/hardware/font/FiretypeBenchmark1B.as -------------------------------------------------------------------------------- /src/test/flash/de/maxdidit/hardware/font/FiretypeBenchmark1C.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/test/flash/de/maxdidit/hardware/font/FiretypeBenchmark1C.as -------------------------------------------------------------------------------- /src/test/flash/de/maxdidit/hardware/font/FiretypeStarlingGame.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/test/flash/de/maxdidit/hardware/font/FiretypeStarlingGame.as -------------------------------------------------------------------------------- /src/test/flash/de/maxdidit/hardware/font/FiretypeStarlingTutorial.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/test/flash/de/maxdidit/hardware/font/FiretypeStarlingTutorial.as -------------------------------------------------------------------------------- /src/test/flash/de/maxdidit/hardware/font/FiretypeTutorial1.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/test/flash/de/maxdidit/hardware/font/FiretypeTutorial1.as -------------------------------------------------------------------------------- /src/test/flash/de/maxdidit/hardware/font/FiretypeTutorial2.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/test/flash/de/maxdidit/hardware/font/FiretypeTutorial2.as -------------------------------------------------------------------------------- /src/test/flash/de/maxdidit/hardware/font/FiretypeTutorial3.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/test/flash/de/maxdidit/hardware/font/FiretypeTutorial3.as -------------------------------------------------------------------------------- /src/test/flash/de/maxdidit/hardware/font/FiretypeTutorial4.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/test/flash/de/maxdidit/hardware/font/FiretypeTutorial4.as -------------------------------------------------------------------------------- /src/test/flash/de/maxdidit/hardware/font/FiretypeTutorial5.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/test/flash/de/maxdidit/hardware/font/FiretypeTutorial5.as -------------------------------------------------------------------------------- /src/test/flash/de/maxdidit/hardware/font/FiretypeTutorial6.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/test/flash/de/maxdidit/hardware/font/FiretypeTutorial6.as -------------------------------------------------------------------------------- /src/test/flash/de/maxdidit/hardware/font/FiretypeTutorial7.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/test/flash/de/maxdidit/hardware/font/FiretypeTutorial7.as -------------------------------------------------------------------------------- /src/test/flash/de/maxdidit/hardware/font/FiretypeTutorial8.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/test/flash/de/maxdidit/hardware/font/FiretypeTutorial8.as -------------------------------------------------------------------------------- /src/test/flash/de/maxdidit/hardware/font/HardwareFontTest.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/test/flash/de/maxdidit/hardware/font/HardwareFontTest.as -------------------------------------------------------------------------------- /src/test/resources/fonts/newscycle/FontLog.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/test/resources/fonts/newscycle/FontLog.txt -------------------------------------------------------------------------------- /src/test/resources/fonts/newscycle/OFL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/test/resources/fonts/newscycle/OFL.txt -------------------------------------------------------------------------------- /src/test/resources/fonts/newscycle/newscycle-bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/test/resources/fonts/newscycle/newscycle-bold.ttf -------------------------------------------------------------------------------- /src/test/resources/fonts/newscycle/newscycle-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxDidIt/firetype/HEAD/src/test/resources/fonts/newscycle/newscycle-regular.ttf --------------------------------------------------------------------------------