Skip to content

Commit

Permalink
Adding infos about Related Glyphs & Characters Panel
Browse files Browse the repository at this point in the history
  • Loading branch information
ollimeier committed Oct 2, 2024
1 parent a4644d0 commit 0170002
Show file tree
Hide file tree
Showing 6 changed files with 71 additions and 1 deletion.
8 changes: 7 additions & 1 deletion _reference/panels.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Panels provide various tools to control Fontra's workspace and the font's design
<table class="table table-hover mb-4">
<tr>
<th>icon</th>
<th>tool</th>
<th>panel</th>
<th>description</th>
<th>short key</th>
</tr>
Expand Down Expand Up @@ -74,4 +74,10 @@ Panels provide various tools to control Fontra's workspace and the font's design
<td>add/store notes for selected glyph</td>
<td></td>
</tr>
<tr>
<td><img height="30" src="{{ site.url }}/images/icons/binary-tree-2.svg"></td>
<td><a href='related-glyphs-and-characters'>related glyphs and characters</a></td>
<td>shows related glyphs and characters, based on selection and unicode infos</td>
<td></td>
</tr>
</table>
58 changes: 58 additions & 0 deletions _reference/panels/related-glyphs-and-characters.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
---
title : Related Glyphs & Characters
layout : default
permalink : /reference/panels/related-glyphs-and-characters
draft : true
order : 509
---

<nav aria-label="breadcrumb">
<ol class="breadcrumb small">
<li class="breadcrumb-item"><a href="{{ site.url }}">Index</a></li>
<li class="breadcrumb-item"><a href="../../../reference">Reference</a></li>
<li class="breadcrumb-item"><a href="../panels">Panels</a></li>
<li class="breadcrumb-item active" aria-current="page">{{ page.title }}</li>
</ol>
</nav>

<div class='row'>
<div class='col-md' markdown='1'>
![]({{ site.url }}/images/panel-related-glyphs-and-characters.png){: .img-fluid .py-2 }
</div>
<div class='col-md' markdown='1'>
If you select a glyph you get different relationships.

Alternate glyphs
: ^
- Looks for glyphs which have the same glyph name, but with a different extension.

Glyphs using this glyph as a component
: ^
- These are glyphs within this font which use the selected glyph as a component
- example: a -> aacute, abreve, aring, adieresis, ...

Characters that decompose with this character
: ^
- We look at unicode decomposition information
- Can a character be represented as a sequence of other characters?!

Components used by this glyph
: ^
- The components as defined in the font (based on glyph information)
- example: onequarter -> one.numerator, four.numerator, fraction

Character decomposition
: ^
- Based on unicode information
- example: onequarter -> one, four, fraction

</div>
</div>


- - -

*Related Glyphs & Characters Panel* introduction
-------
<video src="{{ site.url }}/videos/related-glyphs-and-characters.mp4" controls="controls" style="width: 100%; max-width: 600px">
</video>
5 changes: 5 additions & 0 deletions _tutorials/tutorials.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,8 @@ with the help of *Align and distribute objects*
-------
<video src="{{ site.url }}/videos/glyph-notes.mp4" controls="controls" style="width: 100%; max-width: 600px">
</video>

**Related Glyphs & Characters Panel** introduction
-------
<video src="{{ site.url }}/videos/related-glyphs-and-characters.mp4" controls="controls" style="width: 100%; max-width: 600px">
</video>
1 change: 1 addition & 0 deletions images/icons/binary-tree-2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/panel-related-glyphs-and-characters.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added videos/related-glyphs-and-characters.mp4
Binary file not shown.

0 comments on commit 0170002

Please sign in to comment.