diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2024-05-22 21:49:35 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-22 21:49:35 +0200 |
| commit | 7a19800a6fed788c510156957d5d6c70f34bd222 (patch) | |
| tree | 918da0319d4a1b053a873e3ff9953aa0be8e6259 /templates/lettering_custom_font_dir.xml | |
| parent | 175709cdcfba4945cb20d21130e04efca54dd7ae (diff) | |
add links to documention in inx extensions (#2937)
Diffstat (limited to 'templates/lettering_custom_font_dir.xml')
| -rw-r--r-- | templates/lettering_custom_font_dir.xml | 24 |
1 files changed, 15 insertions, 9 deletions
diff --git a/templates/lettering_custom_font_dir.xml b/templates/lettering_custom_font_dir.xml index cb97eb52..9e07c58c 100644 --- a/templates/lettering_custom_font_dir.xml +++ b/templates/lettering_custom_font_dir.xml @@ -3,6 +3,21 @@ <name>Custom font directory</name> <id>org.{{ id_inkstitch }}.lettering_custom_font_dir</id> <param name="extension" type="string" gui-hidden="true">lettering_custom_font_dir</param> + + <param name="notebook" type="notebook"> + <page name="options" gui-text="Options"> + <param name="path" type="path" mode="folder" gui-text="Custom font directory"></param> + </page> + <page name="info" gui-text="Help"> + <label>Set a custom directory for additional fonts to be used with the lettering tool.</label> + <spacer /> + <label>The custom font directory must contain a subdirectory for each font.</label> + <spacer /> + <label>More information on our website</label> + <label appearance="url">https://inkstitch.org/docs/font-tools/#custom-font-directory</label> + </page> + </param> + <effect needs-live-preview="false"> <object-type>all</object-type> <effects-menu> @@ -11,15 +26,6 @@ </submenu> </effects-menu> </effect> - <label indent="1" > - Set a custom directory for additional fonts to be used with the lettering tool. - </label> - <spacer /> - <param name="path" type="path" mode="folder" gui-text="Custom font directory" indent="1"></param> - <spacer /> - <label indent="1" > - Usage: The custom font directory must contain a subdirectory for each font. - </label> <script> {{ command_tag | safe }} </script> |
