GitBook: [master] 4 pages and 11 assets modified

This commit is contained in:
Amit Parekh
2019-12-20 14:40:43 +00:00
committed by gitbook-bot
parent dc2d35f1c5
commit 6f14cd709a
15 changed files with 61 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 273 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 321 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 329 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 378 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 157 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 203 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 218 KiB

+6
View File
@@ -7,4 +7,10 @@
* [Setting up your development environment](developing-ligatures/setting-up-your-development-environment.md)
* [Designing your first ligature](developing-ligatures/designing-your-first-ligature.md)
* [Committing your Glyphs file](developing-ligatures/committing-your-glyphs-file.md)
* [Ensuring ligatures work at small sizes](developing-ligatures/ensuring-ligatures-work-at-small-sizes.md)
## Ligature Recipes
* [\`{{\` and \`}}\`](ligature-recipes/double-braces.md)
* [Untitled](ligature-recipes/untitled.md)
@@ -0,0 +1,6 @@
# Ensuring ligatures work at small sizes
After creating each ligature, you going to need to make sure it works at very small sizes. Ensure the brace works at very small sizes by looking at it when its very small, by dragging up from the bottom of the editor. This need to be done because as [ScreenSmart fonts are guaranteed to work at a minimum of 9px](https://www.typography.com/fonts/operator/how-to-use#setting_text_and_headlines):
![](../.gitbook/assets/image%20%288%29.png)
+47
View File
@@ -0,0 +1,47 @@
---
description: Recipe for the double-brace ligature
---
# \`{{\` and \`}}\`
## Creating the \`{{\` and \`}}\` ligature \(Roman\)
1. Create an empty ligature glyph
2. Add the `braceleft` component twice, or `braceright` component twice.
3. Create a guide \(Right-click -> Add Guide\)
4. Set the settings on the guide as so:
![Settings for the middle guide for the Roman ligature](../.gitbook/assets/image%20%281%29.png)
For whichever brace is the "inner-brace", change the dimensions as so, changing only the size \(the `%` in the middle column\) and the rotation \(the right most setting\):
![Settings for the dimensions of the inner-brace](../.gitbook/assets/image%20%283%29.png)
Move the left-most brace to the left and the right-most brace to the left so the top/bottom parts cross the middle guide and the numbers are like so:
![](../.gitbook/assets/image%20%287%29.png)
Create a new guide and move the guide so it intersects the pointy inner-corner of the larger brace
![](../.gitbook/assets/image%20%286%29.png)
Move the smaller brace vertically \(up/down\) so the two pointy inner-corner bits cross like so:
![](../.gitbook/assets/image.png)
## Creating the italic ligature
Repeat all the steps as above ligature above **BUT set the middle guide** **to**:
![Middle-guide settings for the italic ligature](../.gitbook/assets/image%20%289%29.png)
## Final ligatures
![\`{{\` roman ligature](../.gitbook/assets/image%20%284%29.png)
![\`}}\` roman ligature](../.gitbook/assets/image%20%282%29.png)
![\`{{\` italic ligature](../.gitbook/assets/image%20%2810%29.png)
![\`}}\` italic ligature](../.gitbook/assets/image%20%285%29.png)
+2
View File
@@ -0,0 +1,2 @@
# Untitled