Fixed hinting problems caused by build_ttf (closes #1075)

fixed 5.2
Nikita Prokopov 2020-06-12 15:18:24 +02:00
rodzic 9fdb974361
commit 8da49d55f8
24 zmienionych plików z 10 dodań i 5 usunięć

Wyświetl plik

@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
#### 5.2 (June 12, 2020)
- Fixed hinting problems caused by build_ttf #1075
#### 5.1 (June 10, 2020)
- Fixed monospace property broken by adding threeemdash #1073

Wyświetl plik

@ -133,7 +133,7 @@ value = (
);
}
);
date = "2020-06-10 18:59:21 +0000";
date = "2020-06-12 13:02:47 +0000";
designer = "Carrois Corporate, Edenspiekermann AG, Nikita Prokopov";
designerURL = "https://tonsky.me";
familyName = "Fira Code";
@ -122853,5 +122853,5 @@ oV = 98;
};
};
versionMajor = 5;
versionMinor = 1;
versionMinor = 2;
}

Wyświetl plik

@ -12,7 +12,7 @@ Fira Code is a free monospaced font containing ligatures for common programming
### Download & Install
<a href="https://github.com/tonsky/FiraCode/releases/download/5.1/Fira_Code_v5.1.zip"><img src="./extras/download.png" width="520" height="130"></a>
<a href="https://github.com/tonsky/FiraCode/releases/download/5.2/Fira_Code_v5.2.zip"><img src="./extras/download.png" width="520" height="130"></a>
Then:

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 15 KiB

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 15 KiB

Wyświetl plik

@ -17,6 +17,7 @@ for weight in "${weights[@]}"; do
gftools fix-dsig --autofix ${file}
echo "TTFautohint " ${file}
ttfautohint -I ${file} ${file}.hinted --stem-width-mode nnn --composites --windows-compatibility
ttfautohint -I ${file} ${file}.hinted --stem-width-mode nnn --composites
#--windows-compatibility
mv ${file}.hinted ${file}
done
done