### Extrude Parameter Examples Source: https://handbook.glyphsapp.com/filters/extrude Examples showing how to apply the Extrude filter with specific offset and angle values, with and without the subtraction option. ```text Extrude; 100; -30 ``` ```text Extrude; 100; -30; 1 ``` -------------------------------- ### Roughen Custom Parameter Example Source: https://handbook.glyphsapp.com/filters/roughen An example of a configured Roughen custom parameter. ```text Roughenizer; 15; 15; 10 ``` -------------------------------- ### Hatch Outline Parameter Example Source: https://handbook.glyphsapp.com/filters/hatch-outline An example configuration for strokes with a thickness of 5, a 40-degree angle, and a 20-unit step width. ```text HatchOutlineFilter; StepWidth:20; Angle:40; Offset:5 ``` -------------------------------- ### Open files and select glyph layers via URL Source: https://handbook.glyphsapp.com/single-page Example of using the glyphsapp URL scheme to open multiple files and specify glyph layers. The path parameter identifies the file, while glyph and layer parameters define the content to display. ```text glyphsapp://show/ ?path= &glyph=A &layer=4D7C7F2F-B84D-4CED-A290-F3FFF64C7B4A &layer=73D41BF5-8E45-43E6-AADB-7DAF606BDDB2 &glyph=B &path= &glyph=Gbreve &production=uni01F4 ``` -------------------------------- ### Define Sample Strings with Glyphs Syntax Source: https://handbook.glyphsapp.com/single-page Use this syntax in the Sample Strings preference field to include specific glyphs, placeholders, and line breaks. ```text /exclamdown Hola /Placeholder/exclam\nsecond line ``` -------------------------------- ### Offset Curve Custom Parameter Example Source: https://handbook.glyphsapp.com/filters/offset-curve Example of an OffsetCurve parameter with specific values for horizontal/vertical offset, stroke activation, and position. ```text OffsetCurve; 10; 10; 1; 0.5; cap:1 ``` -------------------------------- ### RoundCorner Filter Example Source: https://handbook.glyphsapp.com/filters/applying Applies the RoundCorner filter with a radius of 15 and visual corrections enabled. ```text RoundCorner; 15; 1 ``` -------------------------------- ### Round Corners with Visual Corrections Source: https://handbook.glyphsapp.com/filters/round-corners Example of applying a corner radius of 55 with visual corrections enabled. ```text RoundCorner; 55; 1 ``` -------------------------------- ### Define a Sample String with Glyphs and Line Breaks Source: https://handbook.glyphsapp.com/settings/sample-strings Use slash-prefixed glyph names and the \n escape sequence to format custom sample strings. ```text /exclamdown Hola /Placeholder/exclam\nsecond line ``` -------------------------------- ### Define Meta Table Languages Source: https://handbook.glyphsapp.com/single-page Examples of BCP 47 compliant language tags for the meta table. ```text Cyrl ``` ```text sr-Cyrl ``` ```text sr-Cyrl-BA ``` -------------------------------- ### Create a basic HTML webfont preview Source: https://handbook.glyphsapp.com/previewing-and-testing Use this HTML structure to test exported WOFF2 font files in a web browser. ```html