diff --git a/_reference/panels.md b/_reference/panels.md index 6db9169..71d1546 100644 --- a/_reference/panels.md +++ b/_reference/panels.md @@ -22,7 +22,7 @@ Panels provide various tools to control Fontra's workspace and the font's design - + @@ -74,4 +74,10 @@ Panels provide various tools to control Fontra's workspace and the font's design + + + + + +
icontoolpanel description short key
add/store notes for selected glyph
related glyphs and charactersshows related glyphs and characters, based on selection and unicode infos
diff --git a/_reference/panels/related-glyphs-and-characters.md b/_reference/panels/related-glyphs-and-characters.md new file mode 100644 index 0000000..7ce387d --- /dev/null +++ b/_reference/panels/related-glyphs-and-characters.md @@ -0,0 +1,58 @@ +--- +title : Related Glyphs & Characters +layout : default +permalink : /reference/panels/related-glyphs-and-characters +draft : true +order : 509 +--- + + + +
+
+![]({{ site.url }}/images/panel-related-glyphs-and-characters-dark.png){: .img-fluid .py-2 } +
+
+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 + +
+
+ + +- - - + +*Related Glyphs & Characters Panel* introduction +------- + \ No newline at end of file diff --git a/_reference/reference.md b/_reference/reference.md index 3d4c3c1..c7fa7dc 100644 --- a/_reference/reference.md +++ b/_reference/reference.md @@ -36,6 +36,7 @@ theoretical knowledge · information-oriented · useful when working - [Glyph info](panels/glyph-info) - [Transformation](panels/transformations) - [Glyph note](panels/glyph-note) + - [Related Glyphs & Characters](panels/related-glyphs-and-characters) - [Menu bar](menu) - [Font](menu/font) - [Status definitions](menu/font/status-colors) diff --git a/_tutorials/tutorials.md b/_tutorials/tutorials.md index f7c49eb..a2b1d96 100644 --- a/_tutorials/tutorials.md +++ b/_tutorials/tutorials.md @@ -70,3 +70,8 @@ with the help of *Align and distribute objects* ------- + +**Related Glyphs & Characters Panel** introduction +------- + diff --git a/images/icons/binary-tree-2.svg b/images/icons/binary-tree-2.svg new file mode 100644 index 0000000..a197c87 --- /dev/null +++ b/images/icons/binary-tree-2.svg @@ -0,0 +1 @@ + diff --git a/images/panel-related-glyphs-and-characters-dark.png b/images/panel-related-glyphs-and-characters-dark.png new file mode 100644 index 0000000..b14f00f Binary files /dev/null and b/images/panel-related-glyphs-and-characters-dark.png differ diff --git a/images/panel-related-glyphs-and-characters.png b/images/panel-related-glyphs-and-characters.png new file mode 100644 index 0000000..9ab6ecf Binary files /dev/null and b/images/panel-related-glyphs-and-characters.png differ diff --git a/videos/related-glyphs-and-characters.mp4 b/videos/related-glyphs-and-characters.mp4 new file mode 100644 index 0000000..98b67ae Binary files /dev/null and b/videos/related-glyphs-and-characters.mp4 differ