├── .github └── workflows │ ├── msbuild.yml │ └── py_ext_main.yml ├── .gitignore ├── CODE_OF_CONDUCT.md ├── LICENSE ├── NOTICE.txt ├── README.md ├── SECURITY.md ├── SUPPORT.md ├── doc ├── Extending_Typeman_Talk │ ├── Extending Typeman Talk.docx │ └── Extending_Typeman_Talk.md ├── Res_Hints_Implementation_Guide │ ├── Res hints implementation guide.docx │ └── ResHints_Implementation_Guide.md ├── VTT Language Reference │ ├── doc-print.css │ ├── doc.css │ ├── vttdoc-images │ │ ├── vttlang-1.png │ │ ├── vttlang-2.png │ │ ├── vttlang-3.png │ │ ├── vttlang-4.png │ │ ├── vttlang-5.png │ │ ├── vttlang-GRAB_HERE_IN_X.png │ │ ├── vttlang-ISTROKE-1.png │ │ ├── vttlang-ISTROKE-2.png │ │ ├── vttlang-SERIF.png │ │ ├── vttlang-STROKE.png │ │ ├── vttlang-VACUFORMLIMIT.png │ │ ├── vttlang-XROUND.png │ │ ├── vttlang-X_DOUBLE_GRID.png │ │ ├── vttlang-X_DOWN_TO_GRID.png │ │ ├── vttlang-X_HALF_GRID.png │ │ ├── vttlang-X_UP_TO_GRID.png │ │ ├── vttlang-YROUND.png │ │ └── vttlang-Y_HALF_GRID.png │ ├── vttlang.html │ └── vttlang.md ├── VTT_Control_Program │ ├── VTT Control Program.docx │ └── VTTControlProgram.md └── help │ ├── Index.hhk │ ├── README.md │ ├── css │ └── styles.css │ ├── html │ ├── 01-01-IntroVTT.htm │ ├── 01-02-Tool4Users.htm │ ├── 01-03-OtherResources.htm │ ├── 02-01-SettingPrefs.htm │ ├── 02-02-01-PreparingFont.htm │ ├── 02-02-OpenCloseFont.htm │ ├── 02-03-SetDevResolution.htm │ ├── 02-04-CompilingResults.htm │ ├── 02-05-Printing.htm │ ├── 02-06-GASP.htm │ ├── 02-07-MemoryReqts.htm │ ├── 02-08-Saving.htm │ ├── 02-09-Prep4Ship.htm │ ├── 03-00-MainWindow.htm │ ├── 03-01-Toolbar.htm │ ├── 03-02-MovingAround.htm │ ├── 03-02-Resizing.htm │ ├── 03-04-ChgPointSize.htm │ ├── 03-05-DiffGlyph.htm │ ├── 03-06-Measuring.htm │ ├── 03-07-00-OtherWindows.htm │ ├── 03-07-01-GlyphWindow.htm │ ├── 03-07-02-SnapShotWindow.htm │ ├── 04-01-00-HintingBasics.htm │ ├── 04-01-01-00-HintingOverview.htm │ ├── 04-01-01-01-HintingWkflow.htm │ ├── 04-01-01-02-HintingStrategies.htm │ ├── 04-01-01-03-VisualHinting.htm │ ├── 04-01-02-00-UsingCVT.htm │ ├── 04-01-02-01-ReadingCVT.htm │ ├── 04-01-02-02-SettingInitialCVT.htm │ ├── 04-01-02-03-HintingWithCVTVals.htm │ ├── 04-01-02-04-ChangingChrGrp.htm │ ├── 04-01-03-00-RefiningGlyphOutline.htm │ ├── 04-01-03-01-OnOffCurvePts.htm │ ├── 04-01-03-02-NumberingCPts.htm │ ├── 04-01-03-03-EditingMetrics.htm │ ├── 04-01-04-00-RoundingCPts.htm │ ├── 04-01-04-01-SixMethods.htm │ ├── 04-01-04-02-Ex1-Rounding.htm │ ├── 04-01-04-03-Ex2-Limitations.htm │ ├── 04-01-05-00-WorkingWithAnchors.htm │ ├── 04-01-05-01-AnchoringWithCVT.htm │ ├── 04-01-05-02-Example.htm │ ├── 04-01-05-03-FontErrorWindow.htm │ ├── 04-02-00-ControllingDistances.htm │ ├── 04-02-01-00-CreatingLinks.htm │ ├── 04-02-01-01-Ex1-CreatingLinks.htm │ ├── 04-02-01-02-Ex2-CreatingLinks.htm │ ├── 04-02-02-00-LinkingWithCVT.htm │ ├── 04-02-02-01-DistanceOrLink.htm │ ├── 04-02-02-02-ReviewCVTs.htm │ ├── 04-02-02-03-AssignCVTCategory.htm │ ├── 04-02-02-04-ChangingCVTVal.htm │ ├── 04-02-02-05-Example.htm │ ├── 04-02-03-ShiftingCPts.htm │ ├── 04-03-00-ControllingProportions.htm │ ├── 04-03-01-00-CreatingInterpolations.htm │ ├── 04-03-01-01-Ex1-InterVsLink.htm │ ├── 04-03-01-02-Ex2-AlignBowls.htm │ ├── 04-03-01-03-Ex3-AddSizes.htm │ ├── 04-04-01-00-HintingDiagonals.htm │ ├── 04-04-01-01-CreatingStrokes.htm │ ├── 04-04-01-02-AligningCPts.htm │ ├── 04-04-02-00-HintingItalics.htm │ ├── 04-04-02-01-SettingAngle.htm │ ├── 04-04-02-02-RoundCPtsItalics.htm │ ├── 05-00-RefiningPixelPatterns.htm │ ├── 05-01-PreparingMainWindow.htm │ ├── 05-02-CreatingException.htm │ ├── 05-03-Example.htm │ ├── 06-00-AdvancedHinting.htm │ ├── 06-01-00-TextBasedTables.htm │ ├── 06-01-01-EditingText.htm │ ├── 06-01-02-FindingText.htm │ ├── 06-01-03-GotoLine.htm │ ├── 06-01-04-ImportingText.htm │ ├── 06-01-05-ExportingText.htm │ ├── 06-01-06-ExportAll.htm │ ├── 06-01-07-00-ModifyingCVT.htm │ ├── 06-01-07-01-AddingNewCVT.htm │ ├── 06-01-07-02-ChangeCutIn.htm │ ├── 06-01-08-Composites.htm │ ├── 06-01-09-ImportingGlyph.htm │ ├── 06-01-10-VTTalkWindow.htm │ ├── 07-00-KeyboardShortcuts.htm │ ├── 08-00-Autohinting.htm │ ├── 08-01-Autohinting.htm │ ├── 08-02-EAAutohinting.htm │ ├── 08-03-CVTOnly.htm │ ├── 08-04-VariationFontEditingOverview.htm │ └── 08-05-VariationCVTEditing.htm │ ├── images │ ├── Anchors-HO-13ppem.gif │ ├── Anchors-HO-14ppem.gif │ ├── Anchors-HO-15ppem.gif │ ├── Anchors-O-CVT.gif │ ├── Anchors-O-NoCVT.gif │ ├── CVTlist.gif │ ├── CVTlist.png │ ├── Cursor-Align.png │ ├── Cursor-Angle.png │ ├── Cursor-Measure.png │ ├── Cursor-Navigate.png │ ├── Cursor-PtDelete.png │ ├── Cursor-PtInsert.png │ ├── Cursor-PtMove.png │ ├── Cursor-PtSwap.png │ ├── Cursor-Stroke.png │ ├── Cursor-XDelta.png │ ├── Cursor-XInterpolate.png │ ├── Cursor-XLink.png │ ├── Cursor-XMove.png │ ├── Cursor-XShift.png │ ├── Cursor-YDelta.png │ ├── Cursor-YInterpolate.png │ ├── Cursor-YLink.png │ ├── Cursor-YMove.png │ ├── Cursor-YShift.png │ ├── Cursor-ZoomIn.png │ ├── Cursor-ZoomOut.png │ ├── Defaultinstance.png │ ├── Display-Size-Other.png │ ├── DisplayOptions-Color.png │ ├── DisplayOptions-Glyph.png │ ├── DisplayOptions-Resolution.png │ ├── DisplayVariationView.png │ ├── EAAutohinter.png │ ├── Edit-CVTAttributes.png │ ├── Edit-GotoLine.png │ ├── Edit-Metrics.png │ ├── Edit.png │ ├── EditGasp.png │ ├── EditGotoGlyph.png │ ├── Error-CircularDependency.png │ ├── Error-Extrapolation.png │ ├── FileOpen.png │ ├── FileSaveAs.png │ ├── Find.png │ ├── Followgasp.png │ ├── Hinting-Outlines.gif │ ├── Hinting-Pixels.gif │ ├── IndicateCTAA.png │ ├── IndicateGS.png │ ├── Intermediate.png │ ├── LatinAuto.png │ ├── Main-MeasureTool.png │ ├── MainWindow.png │ ├── MeasureTool-Use.png │ ├── Minus.png │ ├── MinusOne.png │ ├── Options-Appearance.png │ ├── Options-File Locations.png │ ├── Options-Settings.png │ ├── Plusminusedit.png │ ├── Print.png │ ├── Rounding-1.gif │ ├── Rounding-2.gif │ ├── Rounding-3.gif │ ├── Rounding-4.gif │ ├── Rounding-5.gif │ ├── Rounding-6.gif │ ├── Rounding-X.gif │ ├── Rounding-Y.gif │ ├── RoundingEx1-1.gif │ ├── RoundingEx1-2.gif │ ├── RoundingEx1-3.gif │ ├── RoundingEx1-4.gif │ ├── RoundingEx1-5.gif │ ├── RoundingEx1-6.gif │ ├── RoundingEx2-1.gif │ ├── RoundingEx2-2.gif │ ├── RoundingEx2-3.gif │ ├── Steps.png │ ├── ToolBarPlusMinus.png │ ├── Toolbar-Align.png │ ├── Toolbar-Changer.png │ ├── Toolbar-Measure.png │ ├── Toolbar-Navigate.png │ ├── Toolbar-PtAngle.png │ ├── Toolbar-PtDelete.png │ ├── Toolbar-PtInsert.png │ ├── Toolbar-PtMove.png │ ├── Toolbar-PtSwap.png │ ├── Toolbar-SizeRun.png │ ├── Toolbar-Snapshot.png │ ├── Toolbar-Stroke.png │ ├── Toolbar-XDelta.png │ ├── Toolbar-XInter.png │ ├── Toolbar-XLink.png │ ├── Toolbar-XMove.png │ ├── Toolbar-XShift.png │ ├── Toolbar-YDelta.png │ ├── Toolbar-YInter.png │ ├── Toolbar-YLink.png │ ├── Toolbar-YMove.png │ ├── Toolbar-YShift.png │ ├── Toolbar-ZoomIn.png │ ├── Toolbar-ZoomOut.png │ ├── Toolbar.png │ ├── ToolbarButtons.psd │ ├── ToolsPrepare.png │ ├── ToolsPrepareConfirm.png │ ├── ToolsShip.png │ ├── VFMainWindow.png │ ├── VFWindowSetup.png │ ├── VarPlus.png │ ├── VariationView.png │ ├── bm100.gif │ ├── bm102.gif │ ├── bm103.gif │ ├── bm104.gif │ ├── bm105.gif │ ├── bm114.gif │ ├── bm115.gif │ ├── bm116.gif │ ├── bm117.gif │ ├── bm118.gif │ ├── bm119.gif │ ├── bm120.gif │ ├── bm121.gif │ ├── bm122.gif │ ├── bm123.gif │ ├── bm124.gif │ ├── bm125.gif │ ├── bm126.gif │ ├── bm127.gif │ ├── bm129.gif │ ├── bm130.gif │ ├── bm131.gif │ ├── bm132.gif │ ├── bm133.gif │ ├── bm134.gif │ ├── bm135.gif │ ├── bm138.gif │ ├── bm141.gif │ ├── bm144.gif │ ├── bm146.gif │ ├── bm147.gif │ ├── bm156.gif │ ├── bm157.gif │ ├── bm158.gif │ ├── bm159.gif │ ├── bm160.gif │ ├── bm3.gif │ ├── bm30.gif │ ├── bm31.gif │ ├── bm32.gif │ ├── bm33.gif │ ├── bm34.gif │ ├── bm35.gif │ ├── bm36.gif │ ├── bm37.gif │ ├── bm38.gif │ ├── bm39.gif │ ├── bm4.gif │ ├── bm40.gif │ ├── bm41.gif │ ├── bm42.gif │ ├── bm43.gif │ ├── bm44.gif │ ├── bm45.gif │ ├── bm46.gif │ ├── bm47.gif │ ├── bm48.gif │ ├── bm49.gif │ ├── bm5.gif │ ├── bm50.gif │ ├── bm51.gif │ ├── bm52.gif │ ├── bm53.gif │ ├── bm54.gif │ ├── bm55.gif │ ├── bm56.gif │ ├── bm57.gif │ ├── bm58.gif │ ├── bm59.gif │ ├── bm6.gif │ ├── bm60.gif │ ├── bm61.gif │ ├── bm62.gif │ ├── bm63.gif │ ├── bm64.gif │ ├── bm65.gif │ ├── bm66.gif │ ├── bm67.gif │ ├── bm68.gif │ ├── bm69.gif │ ├── bm7.gif │ ├── bm70.gif │ ├── bm71.gif │ ├── bm72.gif │ ├── bm73.gif │ ├── bm74.gif │ ├── bm75.gif │ ├── bm76.gif │ ├── bm77.gif │ ├── bm78.gif │ ├── bm79.gif │ ├── bm8.gif │ ├── bm80.gif │ ├── bm81.gif │ ├── bm82.gif │ ├── bm83.gif │ ├── bm84.gif │ ├── bm85.gif │ ├── bm86.gif │ ├── bm87.gif │ ├── bm88.gif │ ├── bm89.gif │ ├── bm9.gif │ ├── bm90.gif │ ├── bm91.gif │ ├── bm92.gif │ ├── bm93.gif │ ├── bm94.gif │ ├── bm95.gif │ ├── bm96.gif │ ├── bm97.gif │ ├── bm98.gif │ ├── bm99.gif │ ├── cvtonly.png │ └── placeholder.png │ ├── vtt.chm │ ├── vtt.chw │ ├── vtt.hhc │ └── vtt.hhp ├── pypi.md ├── pyproject.toml ├── requirements-dev.txt ├── setup.cfg ├── setup.py ├── src ├── .clang-format ├── CvtManager.cpp ├── CvtManager.h ├── File.cpp ├── File.h ├── FixedMath.h ├── GUIDecorations.h ├── List.cpp ├── List.h ├── Makefile ├── MathUtils.cpp ├── MathUtils.h ├── Memory.cpp ├── Memory.h ├── Platform.cpp ├── Platform.h ├── TMTParser.cpp ├── TMTParser.h ├── TTAssembler.cpp ├── TTAssembler.h ├── TTEngine.cpp ├── TTEngine.h ├── TTFont.cpp ├── TTFont.h ├── TTGenerator.cpp ├── TTGenerator.h ├── TextBuffer.cpp ├── TextBuffer.h ├── Variation.cpp ├── Variation.h ├── VariationInstance.cpp ├── VariationInstance.h ├── VariationModels.cpp ├── VariationModels.h ├── application.cpp ├── application.h ├── getopt.h ├── opentypedefs.h ├── pch.h ├── ttiua.cpp ├── ttiua.h ├── vttcompile.cpp └── vttcompile.h ├── templates ├── chargrp.txt ├── cvttmpl.txt ├── fpgmtmpl.txt └── preptmpl.txt ├── tests ├── data │ ├── LICENSE.txt │ ├── Selawik-README.md │ └── Selawik-variable.ttf └── test_vttcompile.py ├── vttcompile ├── CMakeLists.txt ├── vttcompile.sln ├── vttcompile.vcxproj ├── vttcompile.vcxproj.filters └── vttcompile.xcodeproj │ ├── project.pbxproj │ └── project.xcworkspace │ ├── contents.xcworkspacedata │ └── xcshareddata │ └── IDEWorkspaceChecks.plist └── vttcompilepy ├── __init__.py ├── __main__.py ├── _version.py ├── cvttcompilepy.pxd ├── quit_to_glyphs.py └── vttcompilepy.pyx /.github/workflows/msbuild.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/.github/workflows/msbuild.yml -------------------------------------------------------------------------------- /.github/workflows/py_ext_main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/.github/workflows/py_ext_main.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/.gitignore -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/LICENSE -------------------------------------------------------------------------------- /NOTICE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/NOTICE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/SECURITY.md -------------------------------------------------------------------------------- /SUPPORT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/SUPPORT.md -------------------------------------------------------------------------------- /doc/Extending_Typeman_Talk/Extending Typeman Talk.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/Extending_Typeman_Talk/Extending Typeman Talk.docx -------------------------------------------------------------------------------- /doc/Extending_Typeman_Talk/Extending_Typeman_Talk.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/Extending_Typeman_Talk/Extending_Typeman_Talk.md -------------------------------------------------------------------------------- /doc/Res_Hints_Implementation_Guide/Res hints implementation guide.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/Res_Hints_Implementation_Guide/Res hints implementation guide.docx -------------------------------------------------------------------------------- /doc/Res_Hints_Implementation_Guide/ResHints_Implementation_Guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/Res_Hints_Implementation_Guide/ResHints_Implementation_Guide.md -------------------------------------------------------------------------------- /doc/VTT Language Reference/doc-print.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/VTT Language Reference/doc-print.css -------------------------------------------------------------------------------- /doc/VTT Language Reference/doc.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/VTT Language Reference/doc.css -------------------------------------------------------------------------------- /doc/VTT Language Reference/vttdoc-images/vttlang-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/VTT Language Reference/vttdoc-images/vttlang-1.png -------------------------------------------------------------------------------- /doc/VTT Language Reference/vttdoc-images/vttlang-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/VTT Language Reference/vttdoc-images/vttlang-2.png -------------------------------------------------------------------------------- /doc/VTT Language Reference/vttdoc-images/vttlang-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/VTT Language Reference/vttdoc-images/vttlang-3.png -------------------------------------------------------------------------------- /doc/VTT Language Reference/vttdoc-images/vttlang-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/VTT Language Reference/vttdoc-images/vttlang-4.png -------------------------------------------------------------------------------- /doc/VTT Language Reference/vttdoc-images/vttlang-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/VTT Language Reference/vttdoc-images/vttlang-5.png -------------------------------------------------------------------------------- /doc/VTT Language Reference/vttdoc-images/vttlang-GRAB_HERE_IN_X.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/VTT Language Reference/vttdoc-images/vttlang-GRAB_HERE_IN_X.png -------------------------------------------------------------------------------- /doc/VTT Language Reference/vttdoc-images/vttlang-ISTROKE-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/VTT Language Reference/vttdoc-images/vttlang-ISTROKE-1.png -------------------------------------------------------------------------------- /doc/VTT Language Reference/vttdoc-images/vttlang-ISTROKE-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/VTT Language Reference/vttdoc-images/vttlang-ISTROKE-2.png -------------------------------------------------------------------------------- /doc/VTT Language Reference/vttdoc-images/vttlang-SERIF.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/VTT Language Reference/vttdoc-images/vttlang-SERIF.png -------------------------------------------------------------------------------- /doc/VTT Language Reference/vttdoc-images/vttlang-STROKE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/VTT Language Reference/vttdoc-images/vttlang-STROKE.png -------------------------------------------------------------------------------- /doc/VTT Language Reference/vttdoc-images/vttlang-VACUFORMLIMIT.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/VTT Language Reference/vttdoc-images/vttlang-VACUFORMLIMIT.png -------------------------------------------------------------------------------- /doc/VTT Language Reference/vttdoc-images/vttlang-XROUND.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/VTT Language Reference/vttdoc-images/vttlang-XROUND.png -------------------------------------------------------------------------------- /doc/VTT Language Reference/vttdoc-images/vttlang-X_DOUBLE_GRID.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/VTT Language Reference/vttdoc-images/vttlang-X_DOUBLE_GRID.png -------------------------------------------------------------------------------- /doc/VTT Language Reference/vttdoc-images/vttlang-X_DOWN_TO_GRID.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/VTT Language Reference/vttdoc-images/vttlang-X_DOWN_TO_GRID.png -------------------------------------------------------------------------------- /doc/VTT Language Reference/vttdoc-images/vttlang-X_HALF_GRID.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/VTT Language Reference/vttdoc-images/vttlang-X_HALF_GRID.png -------------------------------------------------------------------------------- /doc/VTT Language Reference/vttdoc-images/vttlang-X_UP_TO_GRID.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/VTT Language Reference/vttdoc-images/vttlang-X_UP_TO_GRID.png -------------------------------------------------------------------------------- /doc/VTT Language Reference/vttdoc-images/vttlang-YROUND.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/VTT Language Reference/vttdoc-images/vttlang-YROUND.png -------------------------------------------------------------------------------- /doc/VTT Language Reference/vttdoc-images/vttlang-Y_HALF_GRID.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/VTT Language Reference/vttdoc-images/vttlang-Y_HALF_GRID.png -------------------------------------------------------------------------------- /doc/VTT Language Reference/vttlang.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/VTT Language Reference/vttlang.html -------------------------------------------------------------------------------- /doc/VTT Language Reference/vttlang.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/VTT Language Reference/vttlang.md -------------------------------------------------------------------------------- /doc/VTT_Control_Program/VTT Control Program.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/VTT_Control_Program/VTT Control Program.docx -------------------------------------------------------------------------------- /doc/VTT_Control_Program/VTTControlProgram.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/VTT_Control_Program/VTTControlProgram.md -------------------------------------------------------------------------------- /doc/help/Index.hhk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/Index.hhk -------------------------------------------------------------------------------- /doc/help/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/README.md -------------------------------------------------------------------------------- /doc/help/css/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/css/styles.css -------------------------------------------------------------------------------- /doc/help/html/01-01-IntroVTT.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/01-01-IntroVTT.htm -------------------------------------------------------------------------------- /doc/help/html/01-02-Tool4Users.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/01-02-Tool4Users.htm -------------------------------------------------------------------------------- /doc/help/html/01-03-OtherResources.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/01-03-OtherResources.htm -------------------------------------------------------------------------------- /doc/help/html/02-01-SettingPrefs.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/02-01-SettingPrefs.htm -------------------------------------------------------------------------------- /doc/help/html/02-02-01-PreparingFont.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/02-02-01-PreparingFont.htm -------------------------------------------------------------------------------- /doc/help/html/02-02-OpenCloseFont.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/02-02-OpenCloseFont.htm -------------------------------------------------------------------------------- /doc/help/html/02-03-SetDevResolution.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/02-03-SetDevResolution.htm -------------------------------------------------------------------------------- /doc/help/html/02-04-CompilingResults.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/02-04-CompilingResults.htm -------------------------------------------------------------------------------- /doc/help/html/02-05-Printing.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/02-05-Printing.htm -------------------------------------------------------------------------------- /doc/help/html/02-06-GASP.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/02-06-GASP.htm -------------------------------------------------------------------------------- /doc/help/html/02-07-MemoryReqts.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/02-07-MemoryReqts.htm -------------------------------------------------------------------------------- /doc/help/html/02-08-Saving.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/02-08-Saving.htm -------------------------------------------------------------------------------- /doc/help/html/02-09-Prep4Ship.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/02-09-Prep4Ship.htm -------------------------------------------------------------------------------- /doc/help/html/03-00-MainWindow.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/03-00-MainWindow.htm -------------------------------------------------------------------------------- /doc/help/html/03-01-Toolbar.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/03-01-Toolbar.htm -------------------------------------------------------------------------------- /doc/help/html/03-02-MovingAround.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/03-02-MovingAround.htm -------------------------------------------------------------------------------- /doc/help/html/03-02-Resizing.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/03-02-Resizing.htm -------------------------------------------------------------------------------- /doc/help/html/03-04-ChgPointSize.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/03-04-ChgPointSize.htm -------------------------------------------------------------------------------- /doc/help/html/03-05-DiffGlyph.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/03-05-DiffGlyph.htm -------------------------------------------------------------------------------- /doc/help/html/03-06-Measuring.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/03-06-Measuring.htm -------------------------------------------------------------------------------- /doc/help/html/03-07-00-OtherWindows.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/03-07-00-OtherWindows.htm -------------------------------------------------------------------------------- /doc/help/html/03-07-01-GlyphWindow.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/03-07-01-GlyphWindow.htm -------------------------------------------------------------------------------- /doc/help/html/03-07-02-SnapShotWindow.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/03-07-02-SnapShotWindow.htm -------------------------------------------------------------------------------- /doc/help/html/04-01-00-HintingBasics.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/04-01-00-HintingBasics.htm -------------------------------------------------------------------------------- /doc/help/html/04-01-01-00-HintingOverview.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/04-01-01-00-HintingOverview.htm -------------------------------------------------------------------------------- /doc/help/html/04-01-01-01-HintingWkflow.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/04-01-01-01-HintingWkflow.htm -------------------------------------------------------------------------------- /doc/help/html/04-01-01-02-HintingStrategies.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/04-01-01-02-HintingStrategies.htm -------------------------------------------------------------------------------- /doc/help/html/04-01-01-03-VisualHinting.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/04-01-01-03-VisualHinting.htm -------------------------------------------------------------------------------- /doc/help/html/04-01-02-00-UsingCVT.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/04-01-02-00-UsingCVT.htm -------------------------------------------------------------------------------- /doc/help/html/04-01-02-01-ReadingCVT.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/04-01-02-01-ReadingCVT.htm -------------------------------------------------------------------------------- /doc/help/html/04-01-02-02-SettingInitialCVT.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/04-01-02-02-SettingInitialCVT.htm -------------------------------------------------------------------------------- /doc/help/html/04-01-02-03-HintingWithCVTVals.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/04-01-02-03-HintingWithCVTVals.htm -------------------------------------------------------------------------------- /doc/help/html/04-01-02-04-ChangingChrGrp.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/04-01-02-04-ChangingChrGrp.htm -------------------------------------------------------------------------------- /doc/help/html/04-01-03-00-RefiningGlyphOutline.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/04-01-03-00-RefiningGlyphOutline.htm -------------------------------------------------------------------------------- /doc/help/html/04-01-03-01-OnOffCurvePts.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/04-01-03-01-OnOffCurvePts.htm -------------------------------------------------------------------------------- /doc/help/html/04-01-03-02-NumberingCPts.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/04-01-03-02-NumberingCPts.htm -------------------------------------------------------------------------------- /doc/help/html/04-01-03-03-EditingMetrics.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/04-01-03-03-EditingMetrics.htm -------------------------------------------------------------------------------- /doc/help/html/04-01-04-00-RoundingCPts.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/04-01-04-00-RoundingCPts.htm -------------------------------------------------------------------------------- /doc/help/html/04-01-04-01-SixMethods.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/04-01-04-01-SixMethods.htm -------------------------------------------------------------------------------- /doc/help/html/04-01-04-02-Ex1-Rounding.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/04-01-04-02-Ex1-Rounding.htm -------------------------------------------------------------------------------- /doc/help/html/04-01-04-03-Ex2-Limitations.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/04-01-04-03-Ex2-Limitations.htm -------------------------------------------------------------------------------- /doc/help/html/04-01-05-00-WorkingWithAnchors.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/04-01-05-00-WorkingWithAnchors.htm -------------------------------------------------------------------------------- /doc/help/html/04-01-05-01-AnchoringWithCVT.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/04-01-05-01-AnchoringWithCVT.htm -------------------------------------------------------------------------------- /doc/help/html/04-01-05-02-Example.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/04-01-05-02-Example.htm -------------------------------------------------------------------------------- /doc/help/html/04-01-05-03-FontErrorWindow.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/04-01-05-03-FontErrorWindow.htm -------------------------------------------------------------------------------- /doc/help/html/04-02-00-ControllingDistances.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/04-02-00-ControllingDistances.htm -------------------------------------------------------------------------------- /doc/help/html/04-02-01-00-CreatingLinks.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/04-02-01-00-CreatingLinks.htm -------------------------------------------------------------------------------- /doc/help/html/04-02-01-01-Ex1-CreatingLinks.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/04-02-01-01-Ex1-CreatingLinks.htm -------------------------------------------------------------------------------- /doc/help/html/04-02-01-02-Ex2-CreatingLinks.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/04-02-01-02-Ex2-CreatingLinks.htm -------------------------------------------------------------------------------- /doc/help/html/04-02-02-00-LinkingWithCVT.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/04-02-02-00-LinkingWithCVT.htm -------------------------------------------------------------------------------- /doc/help/html/04-02-02-01-DistanceOrLink.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/04-02-02-01-DistanceOrLink.htm -------------------------------------------------------------------------------- /doc/help/html/04-02-02-02-ReviewCVTs.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/04-02-02-02-ReviewCVTs.htm -------------------------------------------------------------------------------- /doc/help/html/04-02-02-03-AssignCVTCategory.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/04-02-02-03-AssignCVTCategory.htm -------------------------------------------------------------------------------- /doc/help/html/04-02-02-04-ChangingCVTVal.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/04-02-02-04-ChangingCVTVal.htm -------------------------------------------------------------------------------- /doc/help/html/04-02-02-05-Example.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/04-02-02-05-Example.htm -------------------------------------------------------------------------------- /doc/help/html/04-02-03-ShiftingCPts.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/04-02-03-ShiftingCPts.htm -------------------------------------------------------------------------------- /doc/help/html/04-03-00-ControllingProportions.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/04-03-00-ControllingProportions.htm -------------------------------------------------------------------------------- /doc/help/html/04-03-01-00-CreatingInterpolations.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/04-03-01-00-CreatingInterpolations.htm -------------------------------------------------------------------------------- /doc/help/html/04-03-01-01-Ex1-InterVsLink.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/04-03-01-01-Ex1-InterVsLink.htm -------------------------------------------------------------------------------- /doc/help/html/04-03-01-02-Ex2-AlignBowls.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/04-03-01-02-Ex2-AlignBowls.htm -------------------------------------------------------------------------------- /doc/help/html/04-03-01-03-Ex3-AddSizes.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/04-03-01-03-Ex3-AddSizes.htm -------------------------------------------------------------------------------- /doc/help/html/04-04-01-00-HintingDiagonals.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/04-04-01-00-HintingDiagonals.htm -------------------------------------------------------------------------------- /doc/help/html/04-04-01-01-CreatingStrokes.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/04-04-01-01-CreatingStrokes.htm -------------------------------------------------------------------------------- /doc/help/html/04-04-01-02-AligningCPts.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/04-04-01-02-AligningCPts.htm -------------------------------------------------------------------------------- /doc/help/html/04-04-02-00-HintingItalics.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/04-04-02-00-HintingItalics.htm -------------------------------------------------------------------------------- /doc/help/html/04-04-02-01-SettingAngle.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/04-04-02-01-SettingAngle.htm -------------------------------------------------------------------------------- /doc/help/html/04-04-02-02-RoundCPtsItalics.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/04-04-02-02-RoundCPtsItalics.htm -------------------------------------------------------------------------------- /doc/help/html/05-00-RefiningPixelPatterns.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/05-00-RefiningPixelPatterns.htm -------------------------------------------------------------------------------- /doc/help/html/05-01-PreparingMainWindow.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/05-01-PreparingMainWindow.htm -------------------------------------------------------------------------------- /doc/help/html/05-02-CreatingException.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/05-02-CreatingException.htm -------------------------------------------------------------------------------- /doc/help/html/05-03-Example.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/05-03-Example.htm -------------------------------------------------------------------------------- /doc/help/html/06-00-AdvancedHinting.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/06-00-AdvancedHinting.htm -------------------------------------------------------------------------------- /doc/help/html/06-01-00-TextBasedTables.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/06-01-00-TextBasedTables.htm -------------------------------------------------------------------------------- /doc/help/html/06-01-01-EditingText.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/06-01-01-EditingText.htm -------------------------------------------------------------------------------- /doc/help/html/06-01-02-FindingText.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/06-01-02-FindingText.htm -------------------------------------------------------------------------------- /doc/help/html/06-01-03-GotoLine.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/06-01-03-GotoLine.htm -------------------------------------------------------------------------------- /doc/help/html/06-01-04-ImportingText.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/06-01-04-ImportingText.htm -------------------------------------------------------------------------------- /doc/help/html/06-01-05-ExportingText.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/06-01-05-ExportingText.htm -------------------------------------------------------------------------------- /doc/help/html/06-01-06-ExportAll.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/06-01-06-ExportAll.htm -------------------------------------------------------------------------------- /doc/help/html/06-01-07-00-ModifyingCVT.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/06-01-07-00-ModifyingCVT.htm -------------------------------------------------------------------------------- /doc/help/html/06-01-07-01-AddingNewCVT.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/06-01-07-01-AddingNewCVT.htm -------------------------------------------------------------------------------- /doc/help/html/06-01-07-02-ChangeCutIn.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/06-01-07-02-ChangeCutIn.htm -------------------------------------------------------------------------------- /doc/help/html/06-01-08-Composites.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/06-01-08-Composites.htm -------------------------------------------------------------------------------- /doc/help/html/06-01-09-ImportingGlyph.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/06-01-09-ImportingGlyph.htm -------------------------------------------------------------------------------- /doc/help/html/06-01-10-VTTalkWindow.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/06-01-10-VTTalkWindow.htm -------------------------------------------------------------------------------- /doc/help/html/07-00-KeyboardShortcuts.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/07-00-KeyboardShortcuts.htm -------------------------------------------------------------------------------- /doc/help/html/08-00-Autohinting.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/08-00-Autohinting.htm -------------------------------------------------------------------------------- /doc/help/html/08-01-Autohinting.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/08-01-Autohinting.htm -------------------------------------------------------------------------------- /doc/help/html/08-02-EAAutohinting.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/08-02-EAAutohinting.htm -------------------------------------------------------------------------------- /doc/help/html/08-03-CVTOnly.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/08-03-CVTOnly.htm -------------------------------------------------------------------------------- /doc/help/html/08-04-VariationFontEditingOverview.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/08-04-VariationFontEditingOverview.htm -------------------------------------------------------------------------------- /doc/help/html/08-05-VariationCVTEditing.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/html/08-05-VariationCVTEditing.htm -------------------------------------------------------------------------------- /doc/help/images/Anchors-HO-13ppem.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/Anchors-HO-13ppem.gif -------------------------------------------------------------------------------- /doc/help/images/Anchors-HO-14ppem.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/Anchors-HO-14ppem.gif -------------------------------------------------------------------------------- /doc/help/images/Anchors-HO-15ppem.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/Anchors-HO-15ppem.gif -------------------------------------------------------------------------------- /doc/help/images/Anchors-O-CVT.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/Anchors-O-CVT.gif -------------------------------------------------------------------------------- /doc/help/images/Anchors-O-NoCVT.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/Anchors-O-NoCVT.gif -------------------------------------------------------------------------------- /doc/help/images/CVTlist.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/CVTlist.gif -------------------------------------------------------------------------------- /doc/help/images/CVTlist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/CVTlist.png -------------------------------------------------------------------------------- /doc/help/images/Cursor-Align.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/Cursor-Align.png -------------------------------------------------------------------------------- /doc/help/images/Cursor-Angle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/Cursor-Angle.png -------------------------------------------------------------------------------- /doc/help/images/Cursor-Measure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/Cursor-Measure.png -------------------------------------------------------------------------------- /doc/help/images/Cursor-Navigate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/Cursor-Navigate.png -------------------------------------------------------------------------------- /doc/help/images/Cursor-PtDelete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/Cursor-PtDelete.png -------------------------------------------------------------------------------- /doc/help/images/Cursor-PtInsert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/Cursor-PtInsert.png -------------------------------------------------------------------------------- /doc/help/images/Cursor-PtMove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/Cursor-PtMove.png -------------------------------------------------------------------------------- /doc/help/images/Cursor-PtSwap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/Cursor-PtSwap.png -------------------------------------------------------------------------------- /doc/help/images/Cursor-Stroke.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/Cursor-Stroke.png -------------------------------------------------------------------------------- /doc/help/images/Cursor-XDelta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/Cursor-XDelta.png -------------------------------------------------------------------------------- /doc/help/images/Cursor-XInterpolate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/Cursor-XInterpolate.png -------------------------------------------------------------------------------- /doc/help/images/Cursor-XLink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/Cursor-XLink.png -------------------------------------------------------------------------------- /doc/help/images/Cursor-XMove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/Cursor-XMove.png -------------------------------------------------------------------------------- /doc/help/images/Cursor-XShift.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/Cursor-XShift.png -------------------------------------------------------------------------------- /doc/help/images/Cursor-YDelta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/Cursor-YDelta.png -------------------------------------------------------------------------------- /doc/help/images/Cursor-YInterpolate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/Cursor-YInterpolate.png -------------------------------------------------------------------------------- /doc/help/images/Cursor-YLink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/Cursor-YLink.png -------------------------------------------------------------------------------- /doc/help/images/Cursor-YMove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/Cursor-YMove.png -------------------------------------------------------------------------------- /doc/help/images/Cursor-YShift.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/Cursor-YShift.png -------------------------------------------------------------------------------- /doc/help/images/Cursor-ZoomIn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/Cursor-ZoomIn.png -------------------------------------------------------------------------------- /doc/help/images/Cursor-ZoomOut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/Cursor-ZoomOut.png -------------------------------------------------------------------------------- /doc/help/images/Defaultinstance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/Defaultinstance.png -------------------------------------------------------------------------------- /doc/help/images/Display-Size-Other.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/Display-Size-Other.png -------------------------------------------------------------------------------- /doc/help/images/DisplayOptions-Color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/DisplayOptions-Color.png -------------------------------------------------------------------------------- /doc/help/images/DisplayOptions-Glyph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/DisplayOptions-Glyph.png -------------------------------------------------------------------------------- /doc/help/images/DisplayOptions-Resolution.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/DisplayOptions-Resolution.png -------------------------------------------------------------------------------- /doc/help/images/DisplayVariationView.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/DisplayVariationView.png -------------------------------------------------------------------------------- /doc/help/images/EAAutohinter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/EAAutohinter.png -------------------------------------------------------------------------------- /doc/help/images/Edit-CVTAttributes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/Edit-CVTAttributes.png -------------------------------------------------------------------------------- /doc/help/images/Edit-GotoLine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/Edit-GotoLine.png -------------------------------------------------------------------------------- /doc/help/images/Edit-Metrics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/Edit-Metrics.png -------------------------------------------------------------------------------- /doc/help/images/Edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/Edit.png -------------------------------------------------------------------------------- /doc/help/images/EditGasp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/EditGasp.png -------------------------------------------------------------------------------- /doc/help/images/EditGotoGlyph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/EditGotoGlyph.png -------------------------------------------------------------------------------- /doc/help/images/Error-CircularDependency.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/Error-CircularDependency.png -------------------------------------------------------------------------------- /doc/help/images/Error-Extrapolation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/Error-Extrapolation.png -------------------------------------------------------------------------------- /doc/help/images/FileOpen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/FileOpen.png -------------------------------------------------------------------------------- /doc/help/images/FileSaveAs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/FileSaveAs.png -------------------------------------------------------------------------------- /doc/help/images/Find.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/Find.png -------------------------------------------------------------------------------- /doc/help/images/Followgasp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/Followgasp.png -------------------------------------------------------------------------------- /doc/help/images/Hinting-Outlines.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/Hinting-Outlines.gif -------------------------------------------------------------------------------- /doc/help/images/Hinting-Pixels.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/Hinting-Pixels.gif -------------------------------------------------------------------------------- /doc/help/images/IndicateCTAA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/IndicateCTAA.png -------------------------------------------------------------------------------- /doc/help/images/IndicateGS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/IndicateGS.png -------------------------------------------------------------------------------- /doc/help/images/Intermediate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/Intermediate.png -------------------------------------------------------------------------------- /doc/help/images/LatinAuto.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/LatinAuto.png -------------------------------------------------------------------------------- /doc/help/images/Main-MeasureTool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/Main-MeasureTool.png -------------------------------------------------------------------------------- /doc/help/images/MainWindow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/MainWindow.png -------------------------------------------------------------------------------- /doc/help/images/MeasureTool-Use.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/MeasureTool-Use.png -------------------------------------------------------------------------------- /doc/help/images/Minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/Minus.png -------------------------------------------------------------------------------- /doc/help/images/MinusOne.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/MinusOne.png -------------------------------------------------------------------------------- /doc/help/images/Options-Appearance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/Options-Appearance.png -------------------------------------------------------------------------------- /doc/help/images/Options-File Locations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/Options-File Locations.png -------------------------------------------------------------------------------- /doc/help/images/Options-Settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/Options-Settings.png -------------------------------------------------------------------------------- /doc/help/images/Plusminusedit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/Plusminusedit.png -------------------------------------------------------------------------------- /doc/help/images/Print.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/Print.png -------------------------------------------------------------------------------- /doc/help/images/Rounding-1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/Rounding-1.gif -------------------------------------------------------------------------------- /doc/help/images/Rounding-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/Rounding-2.gif -------------------------------------------------------------------------------- /doc/help/images/Rounding-3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/Rounding-3.gif -------------------------------------------------------------------------------- /doc/help/images/Rounding-4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/Rounding-4.gif -------------------------------------------------------------------------------- /doc/help/images/Rounding-5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/Rounding-5.gif -------------------------------------------------------------------------------- /doc/help/images/Rounding-6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/Rounding-6.gif -------------------------------------------------------------------------------- /doc/help/images/Rounding-X.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/Rounding-X.gif -------------------------------------------------------------------------------- /doc/help/images/Rounding-Y.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/Rounding-Y.gif -------------------------------------------------------------------------------- /doc/help/images/RoundingEx1-1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/RoundingEx1-1.gif -------------------------------------------------------------------------------- /doc/help/images/RoundingEx1-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/RoundingEx1-2.gif -------------------------------------------------------------------------------- /doc/help/images/RoundingEx1-3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/RoundingEx1-3.gif -------------------------------------------------------------------------------- /doc/help/images/RoundingEx1-4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/RoundingEx1-4.gif -------------------------------------------------------------------------------- /doc/help/images/RoundingEx1-5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/RoundingEx1-5.gif -------------------------------------------------------------------------------- /doc/help/images/RoundingEx1-6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/RoundingEx1-6.gif -------------------------------------------------------------------------------- /doc/help/images/RoundingEx2-1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/RoundingEx2-1.gif -------------------------------------------------------------------------------- /doc/help/images/RoundingEx2-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/RoundingEx2-2.gif -------------------------------------------------------------------------------- /doc/help/images/RoundingEx2-3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/RoundingEx2-3.gif -------------------------------------------------------------------------------- /doc/help/images/Steps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/Steps.png -------------------------------------------------------------------------------- /doc/help/images/ToolBarPlusMinus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/ToolBarPlusMinus.png -------------------------------------------------------------------------------- /doc/help/images/Toolbar-Align.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/Toolbar-Align.png -------------------------------------------------------------------------------- /doc/help/images/Toolbar-Changer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/Toolbar-Changer.png -------------------------------------------------------------------------------- /doc/help/images/Toolbar-Measure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/Toolbar-Measure.png -------------------------------------------------------------------------------- /doc/help/images/Toolbar-Navigate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/Toolbar-Navigate.png -------------------------------------------------------------------------------- /doc/help/images/Toolbar-PtAngle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/Toolbar-PtAngle.png -------------------------------------------------------------------------------- /doc/help/images/Toolbar-PtDelete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/Toolbar-PtDelete.png -------------------------------------------------------------------------------- /doc/help/images/Toolbar-PtInsert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/Toolbar-PtInsert.png -------------------------------------------------------------------------------- /doc/help/images/Toolbar-PtMove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/Toolbar-PtMove.png -------------------------------------------------------------------------------- /doc/help/images/Toolbar-PtSwap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/Toolbar-PtSwap.png -------------------------------------------------------------------------------- /doc/help/images/Toolbar-SizeRun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/Toolbar-SizeRun.png -------------------------------------------------------------------------------- /doc/help/images/Toolbar-Snapshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/Toolbar-Snapshot.png -------------------------------------------------------------------------------- /doc/help/images/Toolbar-Stroke.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/Toolbar-Stroke.png -------------------------------------------------------------------------------- /doc/help/images/Toolbar-XDelta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/Toolbar-XDelta.png -------------------------------------------------------------------------------- /doc/help/images/Toolbar-XInter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/Toolbar-XInter.png -------------------------------------------------------------------------------- /doc/help/images/Toolbar-XLink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/Toolbar-XLink.png -------------------------------------------------------------------------------- /doc/help/images/Toolbar-XMove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/Toolbar-XMove.png -------------------------------------------------------------------------------- /doc/help/images/Toolbar-XShift.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/Toolbar-XShift.png -------------------------------------------------------------------------------- /doc/help/images/Toolbar-YDelta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/Toolbar-YDelta.png -------------------------------------------------------------------------------- /doc/help/images/Toolbar-YInter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/Toolbar-YInter.png -------------------------------------------------------------------------------- /doc/help/images/Toolbar-YLink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/Toolbar-YLink.png -------------------------------------------------------------------------------- /doc/help/images/Toolbar-YMove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/Toolbar-YMove.png -------------------------------------------------------------------------------- /doc/help/images/Toolbar-YShift.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/Toolbar-YShift.png -------------------------------------------------------------------------------- /doc/help/images/Toolbar-ZoomIn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/Toolbar-ZoomIn.png -------------------------------------------------------------------------------- /doc/help/images/Toolbar-ZoomOut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/Toolbar-ZoomOut.png -------------------------------------------------------------------------------- /doc/help/images/Toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/Toolbar.png -------------------------------------------------------------------------------- /doc/help/images/ToolbarButtons.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/ToolbarButtons.psd -------------------------------------------------------------------------------- /doc/help/images/ToolsPrepare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/ToolsPrepare.png -------------------------------------------------------------------------------- /doc/help/images/ToolsPrepareConfirm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/ToolsPrepareConfirm.png -------------------------------------------------------------------------------- /doc/help/images/ToolsShip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/ToolsShip.png -------------------------------------------------------------------------------- /doc/help/images/VFMainWindow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/VFMainWindow.png -------------------------------------------------------------------------------- /doc/help/images/VFWindowSetup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/VFWindowSetup.png -------------------------------------------------------------------------------- /doc/help/images/VarPlus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/VarPlus.png -------------------------------------------------------------------------------- /doc/help/images/VariationView.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/VariationView.png -------------------------------------------------------------------------------- /doc/help/images/bm100.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm100.gif -------------------------------------------------------------------------------- /doc/help/images/bm102.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm102.gif -------------------------------------------------------------------------------- /doc/help/images/bm103.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm103.gif -------------------------------------------------------------------------------- /doc/help/images/bm104.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm104.gif -------------------------------------------------------------------------------- /doc/help/images/bm105.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm105.gif -------------------------------------------------------------------------------- /doc/help/images/bm114.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm114.gif -------------------------------------------------------------------------------- /doc/help/images/bm115.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm115.gif -------------------------------------------------------------------------------- /doc/help/images/bm116.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm116.gif -------------------------------------------------------------------------------- /doc/help/images/bm117.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm117.gif -------------------------------------------------------------------------------- /doc/help/images/bm118.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm118.gif -------------------------------------------------------------------------------- /doc/help/images/bm119.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm119.gif -------------------------------------------------------------------------------- /doc/help/images/bm120.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm120.gif -------------------------------------------------------------------------------- /doc/help/images/bm121.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm121.gif -------------------------------------------------------------------------------- /doc/help/images/bm122.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm122.gif -------------------------------------------------------------------------------- /doc/help/images/bm123.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm123.gif -------------------------------------------------------------------------------- /doc/help/images/bm124.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm124.gif -------------------------------------------------------------------------------- /doc/help/images/bm125.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm125.gif -------------------------------------------------------------------------------- /doc/help/images/bm126.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm126.gif -------------------------------------------------------------------------------- /doc/help/images/bm127.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm127.gif -------------------------------------------------------------------------------- /doc/help/images/bm129.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm129.gif -------------------------------------------------------------------------------- /doc/help/images/bm130.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm130.gif -------------------------------------------------------------------------------- /doc/help/images/bm131.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm131.gif -------------------------------------------------------------------------------- /doc/help/images/bm132.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm132.gif -------------------------------------------------------------------------------- /doc/help/images/bm133.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm133.gif -------------------------------------------------------------------------------- /doc/help/images/bm134.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm134.gif -------------------------------------------------------------------------------- /doc/help/images/bm135.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm135.gif -------------------------------------------------------------------------------- /doc/help/images/bm138.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm138.gif -------------------------------------------------------------------------------- /doc/help/images/bm141.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm141.gif -------------------------------------------------------------------------------- /doc/help/images/bm144.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm144.gif -------------------------------------------------------------------------------- /doc/help/images/bm146.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm146.gif -------------------------------------------------------------------------------- /doc/help/images/bm147.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm147.gif -------------------------------------------------------------------------------- /doc/help/images/bm156.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm156.gif -------------------------------------------------------------------------------- /doc/help/images/bm157.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm157.gif -------------------------------------------------------------------------------- /doc/help/images/bm158.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm158.gif -------------------------------------------------------------------------------- /doc/help/images/bm159.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm159.gif -------------------------------------------------------------------------------- /doc/help/images/bm160.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm160.gif -------------------------------------------------------------------------------- /doc/help/images/bm3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm3.gif -------------------------------------------------------------------------------- /doc/help/images/bm30.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm30.gif -------------------------------------------------------------------------------- /doc/help/images/bm31.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm31.gif -------------------------------------------------------------------------------- /doc/help/images/bm32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm32.gif -------------------------------------------------------------------------------- /doc/help/images/bm33.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm33.gif -------------------------------------------------------------------------------- /doc/help/images/bm34.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm34.gif -------------------------------------------------------------------------------- /doc/help/images/bm35.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm35.gif -------------------------------------------------------------------------------- /doc/help/images/bm36.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm36.gif -------------------------------------------------------------------------------- /doc/help/images/bm37.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm37.gif -------------------------------------------------------------------------------- /doc/help/images/bm38.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm38.gif -------------------------------------------------------------------------------- /doc/help/images/bm39.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm39.gif -------------------------------------------------------------------------------- /doc/help/images/bm4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm4.gif -------------------------------------------------------------------------------- /doc/help/images/bm40.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm40.gif -------------------------------------------------------------------------------- /doc/help/images/bm41.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm41.gif -------------------------------------------------------------------------------- /doc/help/images/bm42.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm42.gif -------------------------------------------------------------------------------- /doc/help/images/bm43.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm43.gif -------------------------------------------------------------------------------- /doc/help/images/bm44.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm44.gif -------------------------------------------------------------------------------- /doc/help/images/bm45.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm45.gif -------------------------------------------------------------------------------- /doc/help/images/bm46.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm46.gif -------------------------------------------------------------------------------- /doc/help/images/bm47.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm47.gif -------------------------------------------------------------------------------- /doc/help/images/bm48.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm48.gif -------------------------------------------------------------------------------- /doc/help/images/bm49.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm49.gif -------------------------------------------------------------------------------- /doc/help/images/bm5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm5.gif -------------------------------------------------------------------------------- /doc/help/images/bm50.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm50.gif -------------------------------------------------------------------------------- /doc/help/images/bm51.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm51.gif -------------------------------------------------------------------------------- /doc/help/images/bm52.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm52.gif -------------------------------------------------------------------------------- /doc/help/images/bm53.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm53.gif -------------------------------------------------------------------------------- /doc/help/images/bm54.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm54.gif -------------------------------------------------------------------------------- /doc/help/images/bm55.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm55.gif -------------------------------------------------------------------------------- /doc/help/images/bm56.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm56.gif -------------------------------------------------------------------------------- /doc/help/images/bm57.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm57.gif -------------------------------------------------------------------------------- /doc/help/images/bm58.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm58.gif -------------------------------------------------------------------------------- /doc/help/images/bm59.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm59.gif -------------------------------------------------------------------------------- /doc/help/images/bm6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm6.gif -------------------------------------------------------------------------------- /doc/help/images/bm60.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm60.gif -------------------------------------------------------------------------------- /doc/help/images/bm61.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm61.gif -------------------------------------------------------------------------------- /doc/help/images/bm62.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm62.gif -------------------------------------------------------------------------------- /doc/help/images/bm63.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm63.gif -------------------------------------------------------------------------------- /doc/help/images/bm64.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm64.gif -------------------------------------------------------------------------------- /doc/help/images/bm65.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm65.gif -------------------------------------------------------------------------------- /doc/help/images/bm66.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm66.gif -------------------------------------------------------------------------------- /doc/help/images/bm67.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm67.gif -------------------------------------------------------------------------------- /doc/help/images/bm68.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm68.gif -------------------------------------------------------------------------------- /doc/help/images/bm69.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm69.gif -------------------------------------------------------------------------------- /doc/help/images/bm7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm7.gif -------------------------------------------------------------------------------- /doc/help/images/bm70.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm70.gif -------------------------------------------------------------------------------- /doc/help/images/bm71.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm71.gif -------------------------------------------------------------------------------- /doc/help/images/bm72.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm72.gif -------------------------------------------------------------------------------- /doc/help/images/bm73.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm73.gif -------------------------------------------------------------------------------- /doc/help/images/bm74.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm74.gif -------------------------------------------------------------------------------- /doc/help/images/bm75.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm75.gif -------------------------------------------------------------------------------- /doc/help/images/bm76.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm76.gif -------------------------------------------------------------------------------- /doc/help/images/bm77.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm77.gif -------------------------------------------------------------------------------- /doc/help/images/bm78.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm78.gif -------------------------------------------------------------------------------- /doc/help/images/bm79.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm79.gif -------------------------------------------------------------------------------- /doc/help/images/bm8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm8.gif -------------------------------------------------------------------------------- /doc/help/images/bm80.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm80.gif -------------------------------------------------------------------------------- /doc/help/images/bm81.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm81.gif -------------------------------------------------------------------------------- /doc/help/images/bm82.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm82.gif -------------------------------------------------------------------------------- /doc/help/images/bm83.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm83.gif -------------------------------------------------------------------------------- /doc/help/images/bm84.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm84.gif -------------------------------------------------------------------------------- /doc/help/images/bm85.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm85.gif -------------------------------------------------------------------------------- /doc/help/images/bm86.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm86.gif -------------------------------------------------------------------------------- /doc/help/images/bm87.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm87.gif -------------------------------------------------------------------------------- /doc/help/images/bm88.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm88.gif -------------------------------------------------------------------------------- /doc/help/images/bm89.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm89.gif -------------------------------------------------------------------------------- /doc/help/images/bm9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm9.gif -------------------------------------------------------------------------------- /doc/help/images/bm90.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm90.gif -------------------------------------------------------------------------------- /doc/help/images/bm91.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm91.gif -------------------------------------------------------------------------------- /doc/help/images/bm92.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm92.gif -------------------------------------------------------------------------------- /doc/help/images/bm93.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm93.gif -------------------------------------------------------------------------------- /doc/help/images/bm94.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm94.gif -------------------------------------------------------------------------------- /doc/help/images/bm95.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm95.gif -------------------------------------------------------------------------------- /doc/help/images/bm96.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm96.gif -------------------------------------------------------------------------------- /doc/help/images/bm97.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm97.gif -------------------------------------------------------------------------------- /doc/help/images/bm98.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm98.gif -------------------------------------------------------------------------------- /doc/help/images/bm99.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/bm99.gif -------------------------------------------------------------------------------- /doc/help/images/cvtonly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/cvtonly.png -------------------------------------------------------------------------------- /doc/help/images/placeholder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/images/placeholder.png -------------------------------------------------------------------------------- /doc/help/vtt.chm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/vtt.chm -------------------------------------------------------------------------------- /doc/help/vtt.chw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/vtt.chw -------------------------------------------------------------------------------- /doc/help/vtt.hhc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/vtt.hhc -------------------------------------------------------------------------------- /doc/help/vtt.hhp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/doc/help/vtt.hhp -------------------------------------------------------------------------------- /pypi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/pypi.md -------------------------------------------------------------------------------- /pyproject.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/pyproject.toml -------------------------------------------------------------------------------- /requirements-dev.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/requirements-dev.txt -------------------------------------------------------------------------------- /setup.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/setup.cfg -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/setup.py -------------------------------------------------------------------------------- /src/.clang-format: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/src/.clang-format -------------------------------------------------------------------------------- /src/CvtManager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/src/CvtManager.cpp -------------------------------------------------------------------------------- /src/CvtManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/src/CvtManager.h -------------------------------------------------------------------------------- /src/File.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/src/File.cpp -------------------------------------------------------------------------------- /src/File.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/src/File.h -------------------------------------------------------------------------------- /src/FixedMath.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/src/FixedMath.h -------------------------------------------------------------------------------- /src/GUIDecorations.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/src/GUIDecorations.h -------------------------------------------------------------------------------- /src/List.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/src/List.cpp -------------------------------------------------------------------------------- /src/List.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/src/List.h -------------------------------------------------------------------------------- /src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/src/Makefile -------------------------------------------------------------------------------- /src/MathUtils.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/src/MathUtils.cpp -------------------------------------------------------------------------------- /src/MathUtils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/src/MathUtils.h -------------------------------------------------------------------------------- /src/Memory.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/src/Memory.cpp -------------------------------------------------------------------------------- /src/Memory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/src/Memory.h -------------------------------------------------------------------------------- /src/Platform.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/src/Platform.cpp -------------------------------------------------------------------------------- /src/Platform.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/src/Platform.h -------------------------------------------------------------------------------- /src/TMTParser.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/src/TMTParser.cpp -------------------------------------------------------------------------------- /src/TMTParser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/src/TMTParser.h -------------------------------------------------------------------------------- /src/TTAssembler.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/src/TTAssembler.cpp -------------------------------------------------------------------------------- /src/TTAssembler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/src/TTAssembler.h -------------------------------------------------------------------------------- /src/TTEngine.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/src/TTEngine.cpp -------------------------------------------------------------------------------- /src/TTEngine.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/src/TTEngine.h -------------------------------------------------------------------------------- /src/TTFont.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/src/TTFont.cpp -------------------------------------------------------------------------------- /src/TTFont.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/src/TTFont.h -------------------------------------------------------------------------------- /src/TTGenerator.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/src/TTGenerator.cpp -------------------------------------------------------------------------------- /src/TTGenerator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/src/TTGenerator.h -------------------------------------------------------------------------------- /src/TextBuffer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/src/TextBuffer.cpp -------------------------------------------------------------------------------- /src/TextBuffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/src/TextBuffer.h -------------------------------------------------------------------------------- /src/Variation.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/src/Variation.cpp -------------------------------------------------------------------------------- /src/Variation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/src/Variation.h -------------------------------------------------------------------------------- /src/VariationInstance.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/src/VariationInstance.cpp -------------------------------------------------------------------------------- /src/VariationInstance.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/src/VariationInstance.h -------------------------------------------------------------------------------- /src/VariationModels.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/src/VariationModels.cpp -------------------------------------------------------------------------------- /src/VariationModels.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/src/VariationModels.h -------------------------------------------------------------------------------- /src/application.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/src/application.cpp -------------------------------------------------------------------------------- /src/application.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/src/application.h -------------------------------------------------------------------------------- /src/getopt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/src/getopt.h -------------------------------------------------------------------------------- /src/opentypedefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/src/opentypedefs.h -------------------------------------------------------------------------------- /src/pch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/src/pch.h -------------------------------------------------------------------------------- /src/ttiua.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/src/ttiua.cpp -------------------------------------------------------------------------------- /src/ttiua.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/src/ttiua.h -------------------------------------------------------------------------------- /src/vttcompile.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/src/vttcompile.cpp -------------------------------------------------------------------------------- /src/vttcompile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/src/vttcompile.h -------------------------------------------------------------------------------- /templates/chargrp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/templates/chargrp.txt -------------------------------------------------------------------------------- /templates/cvttmpl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/templates/cvttmpl.txt -------------------------------------------------------------------------------- /templates/fpgmtmpl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/templates/fpgmtmpl.txt -------------------------------------------------------------------------------- /templates/preptmpl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/templates/preptmpl.txt -------------------------------------------------------------------------------- /tests/data/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/tests/data/LICENSE.txt -------------------------------------------------------------------------------- /tests/data/Selawik-README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/tests/data/Selawik-README.md -------------------------------------------------------------------------------- /tests/data/Selawik-variable.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/tests/data/Selawik-variable.ttf -------------------------------------------------------------------------------- /tests/test_vttcompile.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/tests/test_vttcompile.py -------------------------------------------------------------------------------- /vttcompile/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/vttcompile/CMakeLists.txt -------------------------------------------------------------------------------- /vttcompile/vttcompile.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/vttcompile/vttcompile.sln -------------------------------------------------------------------------------- /vttcompile/vttcompile.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/vttcompile/vttcompile.vcxproj -------------------------------------------------------------------------------- /vttcompile/vttcompile.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/vttcompile/vttcompile.vcxproj.filters -------------------------------------------------------------------------------- /vttcompile/vttcompile.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/vttcompile/vttcompile.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /vttcompile/vttcompile.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/vttcompile/vttcompile.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /vttcompile/vttcompile.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/vttcompile/vttcompile.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist -------------------------------------------------------------------------------- /vttcompilepy/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/vttcompilepy/__init__.py -------------------------------------------------------------------------------- /vttcompilepy/__main__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/vttcompilepy/__main__.py -------------------------------------------------------------------------------- /vttcompilepy/_version.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/vttcompilepy/_version.py -------------------------------------------------------------------------------- /vttcompilepy/cvttcompilepy.pxd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/vttcompilepy/cvttcompilepy.pxd -------------------------------------------------------------------------------- /vttcompilepy/quit_to_glyphs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/vttcompilepy/quit_to_glyphs.py -------------------------------------------------------------------------------- /vttcompilepy/vttcompilepy.pyx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/VisualTrueType/HEAD/vttcompilepy/vttcompilepy.pyx --------------------------------------------------------------------------------