add fonts section (no menu yet)
24
_config.yml
|
@ -294,6 +294,9 @@ collections:
|
|||
tutorials:
|
||||
output: true
|
||||
permalink: /:collection/:path/
|
||||
fonts:
|
||||
output: true
|
||||
permaink: /:collection/:path/
|
||||
tutorial:
|
||||
output: true
|
||||
permalink: /:collection/:path/
|
||||
|
@ -387,6 +390,27 @@ defaults:
|
|||
path: "_docs/fr"
|
||||
values:
|
||||
lang: fr
|
||||
# _fonts
|
||||
- scope:
|
||||
type: fonts
|
||||
values:
|
||||
sidebar:
|
||||
nav: "fonts"
|
||||
# en
|
||||
- scope:
|
||||
path: "_fonts/en"
|
||||
values:
|
||||
lang: en
|
||||
# de
|
||||
- scope:
|
||||
path: "_fonts/de"
|
||||
values:
|
||||
lang: de
|
||||
# fr
|
||||
- scope:
|
||||
path: "_fonts/fr"
|
||||
values:
|
||||
lang: fr
|
||||
# _tutorials
|
||||
- scope:
|
||||
type: tutorials
|
||||
|
|
Po Szerokość: | Wysokość: | Rozmiar: 18 KiB |
Po Szerokość: | Wysokość: | Rozmiar: 17 KiB |
Po Szerokość: | Wysokość: | Rozmiar: 16 KiB |
Po Szerokość: | Wysokość: | Rozmiar: 28 KiB |
Po Szerokość: | Wysokość: | Rozmiar: 38 KiB |
Po Szerokość: | Wysokość: | Rozmiar: 36 KiB |
Po Szerokość: | Wysokość: | Rozmiar: 42 KiB |
Po Szerokość: | Wysokość: | Rozmiar: 20 KiB |
Po Szerokość: | Wysokość: | Rozmiar: 33 KiB |
Po Szerokość: | Wysokość: | Rozmiar: 43 KiB |
|
@ -3,7 +3,6 @@ title: "Installation von Ink/Stitch"
|
|||
permalink: /de/docs/install/
|
||||
excerpt: "Wie wird Ink/Stitch installiert."
|
||||
last_modified_at: 2020-12-03
|
||||
toc: true
|
||||
---
|
||||
* <i class="fab fa-linux"></i> [Linux](/de/docs/install-linux/)
|
||||
* <i class="fab fa-apple"></i> [macOS](/de/docs/install-macos/)
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: "Fill Tools"
|
||||
permalink: /docs/fill-tools/
|
||||
excerpt: ""
|
||||
last_modified_at: 2020-11-29
|
||||
last_modified_at: 2020-12-31
|
||||
toc: true
|
||||
---
|
||||
## Break Apart Fill Objects
|
||||
|
@ -11,7 +11,6 @@ Fill objects can be treated best, if they are single elements without any crossi
|
|||
|
||||
Therefore error messages for fill areas happen quiet often and are annoying for users. This extension will help you to fix broken fill shapes. Run it on every fill shape which is causing trouble for you. It will repair your fill element and separate shapes with crossing borders into it's pieces if necessary.
|
||||
|
||||
|
||||
### Usage
|
||||
|
||||
* Select one or more fill objects
|
||||
|
@ -19,9 +18,19 @@ Therefore error messages for fill areas happen quiet often and are annoying for
|
|||
|
||||
## Simple or Complex
|
||||
|
||||
* *Simple* will handle holes, unconnected shapes and crossing border issues. Combined paths will split up into separate objects.
|
||||
Always prefer `simple` when possible. It retains holes and repairs the "border crossing error" by splitting up loops into separate objects or deletes them if they are too small to embroider.
|
||||
|
||||
* *Complex* will handle everything in the same way as simple but it will additionally handle multiple path objects.
|
||||
While "simple" splits up loops, it will not respect overlapping subpaths. It will treat them as separate objects. `Complex` is capable to recognize overlapping paths and treat them well.
|
||||
|
||||
"Break apart fill objects" can be expressed in native Inkscape functions:
|
||||
1. Path > Union (Solve subpath issues)
|
||||
2. Path > Break apart (Separate objectes)
|
||||
3. Delete objects which are too small to embroider
|
||||
4. Path > Combine (if you want to preserve holes)
|
||||
5. Path > Combine (if you want to preserve even more holes)
|
||||
|
||||
**Info:** For overlapping paths step 1 is only performed by `complex`.
|
||||
{: .notice--info}
|
||||
|
||||

|
||||
[Download SVG](/assets/images/docs/en/break_apart.svg)
|
||||
|
|
|
@ -44,7 +44,7 @@ This extension will convert a stroke into a satin column with a specified width.
|
|||
### Usage
|
||||
|
||||
1. Draw a bezier curve (`B`)
|
||||
2. Set a stroke width
|
||||
2. Set the stroke width in the "Fill and Stroke" panel ("Stroke style" tab), which you can access with `Shift+Ctrl+F`
|
||||
2. Run `Extensions > Ink/Stitch > Satin Tools > Convert Line to Satin`
|
||||
|
||||
## Cut Satin Column
|
||||
|
|
|
@ -3,7 +3,6 @@ title: "Install Ink/Stitch"
|
|||
permalink: /fr/docs/install/
|
||||
excerpt: "How to quickly install Ink/Stitch."
|
||||
last_modified_at: 2020-03-01
|
||||
toc: true
|
||||
---
|
||||
* <i class="fab fa-linux"></i> [Linux](/fr/docs/install-linux/)
|
||||
* <i class="fab fa-apple"></i> [macOS](/fr/docs/install-macos/)
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
title: "Font Library"
|
||||
permalink: /de/fonts/font-library/
|
||||
last_modified_at: 2020-12-31
|
||||
toc: false
|
||||
---
|
||||
Here will be an overview list of all available fonts.
|
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
title: "Create New Fonts for Ink/Stitch"
|
||||
permalink: /de/fonts/create/
|
||||
last_modified_at: 2020-01-02
|
||||
toc: false
|
||||
---
|
||||
Here goes the Text
|
||||
|
||||
## Headline
|
||||
|
||||
More Text
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
title: "Baumans"
|
||||
permalink: /de/fonts/baumans/
|
||||
last_modified_at: 2020-12-31
|
||||
toc: false
|
||||
---
|
||||

|
||||
|
||||
[Download Font License](https://github.com/inkstitch/inkstitch/blob/kerning/fonts/baumans/LICENSE)
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
title: "Chopin Script"
|
||||
permalink: /de/fonts/chopin/
|
||||
last_modified_at: 2020-12-31
|
||||
toc: false
|
||||
---
|
||||

|
||||
|
||||
[Download Font License](https://github.com/inkstitch/inkstitch/blob/kerning/fonts/chopin/LICENSE)
|
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
title: "Deja Vue"
|
||||
permalink: /de/fonts/deja_vue/
|
||||
last_modified_at: 2020-12-31
|
||||
toc: false
|
||||
---
|
||||
## Serif Semi-condensed
|
||||
|
||||

|
||||
|
||||
[Download Font License](https://github.com/inkstitch/inkstitch/blob/kerning/fonts/dejavuefont/LICENSE)
|
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
title: "Geneva Simple"
|
||||
permalink: /de/fonts/geneva_simple/
|
||||
last_modified_at: 2020-12-31
|
||||
toc: false
|
||||
---
|
||||
## Sans
|
||||
|
||||

|
||||
|
||||
[Download Font License](https://github.com/inkstitch/inkstitch/blob/kerning/fonts/geneva_simple/LICENSE)
|
||||
|
||||
## Sans Rounded
|
||||
|
||||

|
||||
|
||||
[Download Font License](https://github.com/inkstitch/inkstitch/blob/kerning/fonts/geneva_rounded/LICENSE)
|
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
title: "Ink/Stitch"
|
||||
permalink: /de/fonts/ink_stitch/
|
||||
last_modified_at: 2020-12-31
|
||||
toc: false
|
||||
---
|
||||
## Small
|
||||

|
||||
|
||||
[Download Font License](https://github.com/inkstitch/inkstitch/blob/kerning/fonts/small_font/LICENSE)
|
||||
|
||||
## Medium
|
||||

|
||||
|
||||
[Download Font License](https://github.com/inkstitch/inkstitch/blob/kerning/fonts/medium_font/LICENSE)
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
title: "Lobster Two"
|
||||
permalink: /de/fonts/lobster_two/
|
||||
last_modified_at: 2020-12-31
|
||||
toc: false
|
||||
---
|
||||
## Bold Italic
|
||||

|
||||
|
||||
[Download Font License](https://github.com/inkstitch/inkstitch/blob/kerning/fonts/lobster/LICENSE)
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
title: "TT Directors"
|
||||
permalink: /de/fonts/tt_directors/
|
||||
last_modified_at: 2020-12-31
|
||||
toc: false
|
||||
---
|
||||

|
||||
|
||||
[Download Font License](https://github.com/inkstitch/inkstitch/blob/kerning/fonts/baumans/LICENSE)
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
title: "Baumans"
|
||||
permalink: /de/fonts/tt_masters/
|
||||
last_modified_at: 2020-12-31
|
||||
toc: false
|
||||
---
|
||||

|
||||
|
||||
[Download Font License](https://github.com/inkstitch/inkstitch/blob/kerning/fonts/tt_masters/LICENSE)
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
title: "Font Library"
|
||||
permalink: /fonts/font-library/
|
||||
last_modified_at: 2020-12-31
|
||||
toc: false
|
||||
---
|
||||
Here will be an overview list of all available fonts.
|
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
title: "Create New Fonts for Ink/Stitch"
|
||||
permalink: /fonts/create/
|
||||
last_modified_at: 2020-01-02
|
||||
toc: false
|
||||
---
|
||||
Here goes the Text
|
||||
|
||||
## Headline
|
||||
|
||||
More Text
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
title: "Baumans"
|
||||
permalink: /fonts/baumans/
|
||||
last_modified_at: 2020-12-31
|
||||
toc: false
|
||||
---
|
||||

|
||||
|
||||
[Download Font License](https://github.com/inkstitch/inkstitch/blob/kerning/fonts/baumans/LICENSE)
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
title: "Deja Vue"
|
||||
permalink: /fonts/chopin/
|
||||
last_modified_at: 2020-12-31
|
||||
toc: false
|
||||
---
|
||||

|
||||
|
||||
[Download Font License](https://github.com/inkstitch/inkstitch/blob/kerning/fonts/chopin/LICENSE)
|
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
title: "Deja Vue"
|
||||
permalink: /fonts/deja_vue/
|
||||
last_modified_at: 2020-12-31
|
||||
toc: false
|
||||
---
|
||||
## Serif Semi-condensed
|
||||
|
||||

|
||||
|
||||
[Download Font License](https://github.com/inkstitch/inkstitch/blob/kerning/fonts/dejavuefont/LICENSE)
|
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
title: "Geneva Simple"
|
||||
permalink: /fonts/geneva_simple/
|
||||
last_modified_at: 2020-12-31
|
||||
toc: false
|
||||
---
|
||||
## Sans
|
||||
|
||||

|
||||
|
||||
[Download Font License](https://github.com/inkstitch/inkstitch/blob/kerning/fonts/geneva_simple/LICENSE)
|
||||
|
||||
## Sans Rounded
|
||||
|
||||

|
||||
|
||||
[Download Font License](https://github.com/inkstitch/inkstitch/blob/kerning/fonts/geneva_rounded/LICENSE)
|
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
title: "Ink/Stitch"
|
||||
permalink: /fonts/ink_stitch/
|
||||
last_modified_at: 2020-12-31
|
||||
toc: false
|
||||
---
|
||||
## Small
|
||||

|
||||
|
||||
[Download Font License](https://github.com/inkstitch/inkstitch/blob/kerning/fonts/small_font/LICENSE)
|
||||
|
||||
## Medium
|
||||

|
||||
|
||||
[Download Font License](https://github.com/inkstitch/inkstitch/blob/kerning/fonts/medium_font/LICENSE)
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
title: "Lobster Two"
|
||||
permalink: /fonts/lobster_two/
|
||||
last_modified_at: 2020-12-31
|
||||
toc: false
|
||||
---
|
||||
## Bold Italic
|
||||

|
||||
|
||||
[Download Font License](https://github.com/inkstitch/inkstitch/blob/kerning/fonts/lobster/LICENSE)
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
title: "TT Directors"
|
||||
permalink: /fonts/tt_directors/
|
||||
last_modified_at: 2020-12-31
|
||||
toc: false
|
||||
---
|
||||

|
||||
|
||||
[Download Font License](https://github.com/inkstitch/inkstitch/blob/kerning/fonts/baumans/LICENSE)
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
title: "TT Masters"
|
||||
permalink: /fonts/tt_masters/
|
||||
last_modified_at: 2020-12-31
|
||||
toc: false
|
||||
---
|
||||

|
||||
|
||||
[Download Font License](https://github.com/inkstitch/inkstitch/blob/kerning/fonts/tt_masters/LICENSE)
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
title: "Font Library"
|
||||
permalink: /fr/fonts/font-library/
|
||||
last_modified_at: 2020-12-31
|
||||
toc: false
|
||||
---
|
||||
Here will be an overview list of all available fonts.
|
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
title: "Create New Fonts for Ink/Stitch"
|
||||
permalink: /fr/fonts/create/
|
||||
last_modified_at: 2020-01-02
|
||||
toc: false
|
||||
---
|
||||
Here goes the Text
|
||||
|
||||
## Headline
|
||||
|
||||
More Text
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
title: "Baumans"
|
||||
permalink: /fr/fonts/baumans/
|
||||
last_modified_at: 2020-12-31
|
||||
toc: false
|
||||
---
|
||||

|
||||
|
||||
[Download Font License](https://github.com/inkstitch/inkstitch/blob/kerning/fonts/baumans/LICENSE)
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
title: "Chopin Script"
|
||||
permalink: /fr/fonts/chopin/
|
||||
last_modified_at: 2020-12-31
|
||||
toc: false
|
||||
---
|
||||

|
||||
|
||||
[Download Font License](https://github.com/inkstitch/inkstitch/blob/kerning/fonts/chopin/LICENSE)
|
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
title: "Baumans"
|
||||
permalink: /fr/fonts/deja_vue/
|
||||
last_modified_at: 2020-12-31
|
||||
toc: false
|
||||
---
|
||||
## Serif Semi-condensed
|
||||
|
||||

|
||||
|
||||
[Download Font License](https://github.com/inkstitch/inkstitch/blob/kerning/fonts/dejavuefont/LICENSE)
|
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
title: "Geneva Simple"
|
||||
permalink: /fr/fonts/geneva_simple/
|
||||
last_modified_at: 2020-12-31
|
||||
toc: false
|
||||
---
|
||||
## Sans
|
||||
|
||||

|
||||
|
||||
[Download Font License](https://github.com/inkstitch/inkstitch/blob/kerning/fonts/geneva_simple/LICENSE)
|
||||
|
||||
## Sans Rounded
|
||||
|
||||

|
||||
|
||||
[Download Font License](https://github.com/inkstitch/inkstitch/blob/kerning/fonts/geneva_rounded/LICENSE)
|
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
title: "Ink/Stitch"
|
||||
permalink: /fr/fonts/ink_stitch/
|
||||
last_modified_at: 2020-12-31
|
||||
toc: false
|
||||
---
|
||||
## Small
|
||||

|
||||
|
||||
[Download Font License](https://github.com/inkstitch/inkstitch/blob/kerning/fonts/small_font/LICENSE)
|
||||
|
||||
## Medium
|
||||

|
||||
|
||||
[Download Font License](https://github.com/inkstitch/inkstitch/blob/kerning/fonts/medium_font/LICENSE)
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
title: "Lobster Two"
|
||||
permalink: /fr/fonts/lobster_two/
|
||||
last_modified_at: 2020-12-31
|
||||
toc: false
|
||||
---
|
||||
## Bold Italic
|
||||

|
||||
|
||||
[Download Font License](https://github.com/inkstitch/inkstitch/blob/kerning/fonts/lobster/LICENSE)
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
title: "TT Directors"
|
||||
permalink: /fr/fonts/tt_directors/
|
||||
last_modified_at: 2020-12-31
|
||||
toc: false
|
||||
---
|
||||

|
||||
|
||||
[Download Font License](https://github.com/inkstitch/inkstitch/blob/kerning/fonts/baumans/LICENSE)
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
title: "TT Masters"
|
||||
permalink: /fr/fonts/tt_masters/
|
||||
last_modified_at: 2020-12-31
|
||||
toc: false
|
||||
---
|
||||

|
||||
|
||||
[Download Font License](https://github.com/inkstitch/inkstitch/blob/kerning/fonts/tt_masters/LICENSE)
|
|
@ -11,7 +11,7 @@ lang: en
|
|||
|
||||
<p>Ink/Stitch aims to be a full-fledged, cross-platform embroidery digitizing platform based entirely on free, open-source software. Our goal is to be approachable for hobbyists while also providing the power needed by professional digitizers.</p>
|
||||
|
||||
<p><a href="https://github.com/inkstitch/inkstitch/releases/latest" class="btn btn--primary btn--large">Download Ink/Stitch</a></p>
|
||||
<p><a href="/docs/install/" class="btn btn--primary btn--large">Install Ink/Stitch</a></p>
|
||||
|
||||
<h2>User Comments</h2>
|
||||
<blockquote>
|
||||
|
|
|
@ -12,7 +12,7 @@ sidebar:
|
|||
|
||||
<p>Ink/Stitch hat sich zum Ziel gesetzt, eine vollwertige, plattformübergreifende Digitalisierungssoftware zu sein, die komplett auf freier Software (Open Source) basiert. Wir wollen eine einfach zugängliche Software bereitstellen, die sowohl für Hobbyisten geeignet ist, als auch professionellen Designern alle Funktionen bietet, die sie benötigen.</p>
|
||||
|
||||
<p><a href="https://github.com/inkstitch/inkstitch/releases/latest" class="btn btn--primary btn--large">Download Ink/Stitch</a></p>
|
||||
<p><a href="/de/docs/install/" class="btn btn--primary btn--large">Ink/Stitch installieren</a></p>
|
||||
|
||||
<h2>Nutzer-Kommentare</h2>
|
||||
<blockquote>
|
||||
|
|
|
@ -12,7 +12,7 @@ sidebar:
|
|||
|
||||
<p>Ink/Stitch vise à être une plateforme à part entière de création de motifs de broderie basée entièrement sur du logiciel libre open source. Notre but est d'être accessible à l'amateur tout en fournissant la puissance nécessaire au professionnel.</p>
|
||||
|
||||
<p><a href="https://github.com/inkstitch/inkstitch/releases/latest" class="btn btn--primary btn--large">Download Ink/Stitch</a></p>
|
||||
<p><a href="/fr/docs/install/" class="btn btn--primary btn--large">Installer Ink/Stitch</a></p>
|
||||
|
||||
<h2>Commentaires d'usagers</h2>
|
||||
<blockquote>
|
||||
|
|