chore(markdown): Restructuring dev docs
This commit is contained in:
parent
9ef46c502a
commit
d42d9a9377
114 changed files with 246 additions and 1462 deletions
27
markdown/dev/reference/api/macros/scalebox/en.md
Normal file
27
markdown/dev/reference/api/macros/scalebox/en.md
Normal file
|
@ -0,0 +1,27 @@
|
|||
---
|
||||
title: scalebox
|
||||
---
|
||||
|
||||
The `scalebox` macro adds a *scale box* to your pattern. This box allows
|
||||
users to verify their pattern is printed to scale.
|
||||
|
||||
The `scalebox` macro is provided by the [scalebox plugin](/reference/plugins/scalebox).
|
||||
|
||||
<Example part="plugin_scalebox" caption="Example of the scalebox added by this macro" />
|
||||
|
||||
```js
|
||||
macro('scalebox', {
|
||||
at: points.anchor
|
||||
})
|
||||
```
|
||||
|
||||
| Property | Default | Type | Description |
|
||||
|-------------|---------|---------------------|-------------|
|
||||
| `at` | | [Point](/reference/api/point) | The point to anchor the *scale box* on |
|
||||
| `lead` | FreeSewing | String | The lead text above the title |
|
||||
| `title` | *pattern name + version* | String | The title text |
|
||||
| `text` | (\*) | String | The text below the title |
|
||||
| `rotate` | 0 | Number | Rotation in degrees |
|
||||
|
||||
(\*) `freesewingIsMadeByJoostDeCockAndContributors \n withTheFinancialSupportOfOurPatrons`
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue