Skip to content

Commit

Permalink
Move tutorial into index place
Browse files Browse the repository at this point in the history
  • Loading branch information
psb1558 committed Jan 18, 2025
1 parent 329d5ed commit 9c42a48
Show file tree
Hide file tree
Showing 3 changed files with 689 additions and 689 deletions.
48 changes: 48 additions & 0 deletions index-old.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<link rel="stylesheet" href="./webfiles/ygt.css"/>
<title>The ygt TrueType hint editor</title>
</head>
<body lang="en">
<div class="headerbox">
<h1>The ygt TrueType hint editor</h1>
</div>
<p>
Ygt is a program for hinting TrueType fonts. Written in Python, it is cross-platform, and will
run equally well on Windows, the Mac, and Linux. It requires Python 3.10: other dependencies will
be installed automatically when you install with pip, the package-management tool for Python.
</p>
<p>
The program is designed to be fast and friendly. Where other programs require that you refer to
points, control values, and functions by number, ygt names control values, functions, and other
features, and it allows you to name points and sets of points. All of its major commands have
one-key shortcuts so that you can work quickly, with one hand on the keyboard and one on the
mouse. And it is up to date, emphasizing the kind of hinting required for modern displays while
deemphsizing those that are rarely needed or obsolete.
</p>
<p>
Below is a brief video introduction to ygt. For further details, consult the document ygt_Intro
in the doc folder of the repository.
</p>
<div class="videoWrapper">
<iframe width="560" height="315" src="https://www.youtube.com/embed/r5SxEbIS4Bg"
title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope;
picture-in-picture; web-share" allowfullscreen></iframe>
</div>
<div style="clear: both; padding: 20px; background-color: lightgray">
<p>
Ygt copyright © 2023 by Peter S. Baker.
</p>
<p>
<a href="https://github.com/psb1558/ygt">Development Site</a>
</p>
<p>
Licensed under the <a href="https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL">Open Font License, v. 1.1</a>.
</p>
</div>
</body>

</html>
Loading

0 comments on commit 9c42a48

Please sign in to comment.