googlefonts / how-to-hint-variable-fonts

A how-to guide to TrueType hinting variable fonts, with VTT
https://googlefonts.github.io/how-to-hint-variable-fonts
Apache License 2.0
37 stars 4 forks source link

VTT Variable font workflow process #3

Closed mikedug closed 2 years ago

mikedug commented 3 years ago

This will be the main longer section, covering everything involved in the process of autohinting and fine tuning a Variable font, including expert tips and tricks. Topics will include:

mikedug commented 3 years ago

hi @chrissimpkins

let me know if you would like to chat before our scheduled meeting next week?

I am preparing to get going on the main section of the Document, the workflow process of Hinting. You mentioned you use animated gifs in markdown files for some documentation? do you have a pointer to an example of using an animated gif? I have been using Snagit for Windows, which lets you create great animated gifs of short processes in VTT for example. Ideally I want something that can be used with a play/pause effect, not a looping gif, so I would like to figure out the best way to get this done.

chrissimpkins commented 3 years ago

let me know if you would like to chat before our scheduled meeting next week?

This sounds great Mike. I scheduled time tomorrow. Please let me know if that time works for you.

chrissimpkins commented 3 years ago

do you have a pointer to an example of using an animated gif? I have been using Snagit for Windows, which lets you create great animated gifs of short processes in VTT for example.

Snagit works very well. I use it on macOS. Here is an example below

examplegif

and the Markdown to display it:

![examplegif](https://user-images.githubusercontent.com/4249591/127331643-50cecd2d-da17-4a19-b70e-c31121cfa30a.gif)

The syntax is:

![ANY NAME](URL to gif image file)

You should be able to use a relative file path in place of the URL if the image is checked in with git and pushed to the remote repository.

I am not aware of an approach to create start/stop interactions with gif animations. I believe that they may only support one loop, (maybe a set number of loops?), and endless loops.

mikedug commented 3 years ago

thanks for the information on gifs Chris. That time is fine, I accepted the meeting, chat to you tomorrow.

mikedug commented 2 years ago

Section completed