Skip to content

Commit

Permalink
Merge pull request #36 from googlefonts/issue-35-status-definitions
Browse files Browse the repository at this point in the history
Prepare menu-bar information + add status page with video tutorial
  • Loading branch information
ollimeier authored Jun 5, 2024
2 parents 73821e7 + 9c263ec commit 43e6d1d
Show file tree
Hide file tree
Showing 7 changed files with 137 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _reference/canvas/glyph-editor/anchors.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Actions
</tr>
<tr>
<td>double click anchor (multi-source-editing)</td>
<td>edit anchor in all sources, eg. change anchor name in entire glyph</td>
<td>edit anchor in all sources, for example change anchor name in entire glyph</td>
</tr>
</table>

Expand Down
53 changes: 53 additions & 0 deletions _reference/menu.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
---
title : Menu bar
layout : default
permalink : /reference/menu/
draft : true
order : 600
---

<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 active" aria-current="page">{{ page.title }}</li>
</ol>
</nav>

<table class='table table-hover'>
<tr>
<th width='5%'>#</th>
<th width='13%'>item</th>
<th width='82%'>description</th>
</tr>
<tr>
<td>1</td>
<td><a href=''>File</a></td>
<td> Will include items like: New..., Open...</td>
</tr>
<tr>
<td>2</td>
<td><a href=''>Edit</a></td>
<td>Undo, redo, etc.</td>
</tr>
<tr>
<td>3</td>
<td><a href=''>View</a></td>
<td>Zoom in and out, etc.</td>
</tr>
<tr>
<td>4</td>
<td><a href='../menu/font'>Font</a></td>
<td>Includes: Font info, Axes, Sources, Status definitions</td>
</tr>
<tr>
<td>5</td>
<td><a href=''>Extensions</a></td>
<td>For example, Plugin Manager</td>
</tr>
<tr>
<td>6</td>
<td><a href=''>Help</a></td>
<td>For example, link to documentation, github, ...</td>
</tr>
</table>
44 changes: 44 additions & 0 deletions _reference/menu/font.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
title : Font
layout : default
permalink : /reference/menu/font
draft : true
order : 640
---

<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="{{ site.url }}/reference">Reference</a></li>
<li class="breadcrumb-item"><a href="{{ site.url }}/reference/menu">Menu</a></li>
<li class="breadcrumb-item active" aria-current="page">{{ page.title }}</li>
</ol>
</nav>

<table class='table table-hover'>
<tr>
<th width='5%'>#</th>
<th width='20%'>item</th>
<th width='75%'>description</th>
</tr>
<tr>
<td>1</td>
<td><a href=''>Font Info</a></td>
<td>Settings about various names, vendor information, UPM, ...</td>
</tr>
<tr>
<td>2</td>
<td><a href=''>Axes</a></td>
<td>Axes Setting like min max default values, value mappings, ...</td>
</tr>
<tr>
<td>3</td>
<td><a href=''>Sources</a></td>
<td>Font source settings like name, location, vertical metrics, ...</td>
</tr>
<tr>
<td>4</td>
<td><a href='../font/status-colors'>Status Definitions</a></td>
<td>Status definition settings like color, name, isDefault.</td>
</tr>
</table>
26 changes: 26 additions & 0 deletions _reference/menu/font/status-colors.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title : Status Colors
layout : default
permalink : /reference/menu/font/status-colors
draft : true
order : 644
---

<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="{{ site.url }}/reference">Reference</a></li>
<li class="breadcrumb-item"><a href="{{ site.url }}/reference/menu">Menu</a></li>
<li class="breadcrumb-item"><a href="{{ site.url }}/reference/menu/font">Font</a></li>
<li class="breadcrumb-item active" aria-current="page">{{ page.title }}</li>
</ol>
</nav>

*Status definitions* have a code, color, name and isDefault flag.
{: .lead }


**Status Colors** introduction
-------
<video src="{{ site.url }}/videos/status-colors.mp4" controls="controls" style="width: 100%; max-width: 600px">
</video>
8 changes: 8 additions & 0 deletions _reference/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,14 @@ theoretical knowledge · information-oriented · useful when working
- [Reference font](panels/reference-font)
- [Glyph info](panels/glyph-info)
- [Transformation](panels/transformations)
- [Menu bar](menu)
- [Font](menu/font)
- [Status definitions](menu/font/status-colors)
{% comment %}
- [Font Info](menu/font/font-info)
- [Axes](menu/font/axes)
- [Sources](menu/font/sources)
{% endcomment %}

{% comment %}
- [OT Features](#)
Expand Down
5 changes: 5 additions & 0 deletions _tutorials/tutorials.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,9 @@ Position **Anchors** (multi source editing)
-------
with the help of *Align and distribute objects*
<video src="{{ site.url }}/videos/canvas-glyph-editor-anchor-position.mp4" controls="controls" style="width: 100%; max-width: 600px">
</video>

**Status colors** introduction
-------
<video src="{{ site.url }}/videos/status-colors.mp4" controls="controls" style="width: 100%; max-width: 600px">
</video>
Binary file added videos/status-colors.mp4
Binary file not shown.

0 comments on commit 43e6d1d

Please sign in to comment.