Skip to content

Latest commit

 

History

History
35 lines (31 loc) · 1.99 KB

README.md

File metadata and controls

35 lines (31 loc) · 1.99 KB

attributes.aep

Usage instructions for https://videohive.net/item/attributes-logo-reveal/1390173?ref=povesteam

Change font to use accents, diacritics, and other special characters

To support non-english alphabet, follow these steps:

  1. Open the "Wall Builder" composition
  2. Select all layers (CTRL+A or CMD+A)
  3. Open the Character panel (CTRL+6 or CMD+6)

  4. Change the font to a font that has non-english letters. You can find a lot of fonts supporting non-english characters here: https://www.fontsquirrel.com/fonts/list/language
  5. To change the word splitting to include the non-english characters, open the "Project Settings" composition, select the first layer "Line Above 7" and press E E to reveal all expressions.
  6. Replace this line

    w = thisComp.layer("Type Words Here").text.sourceText.split(/[^a-z0-9]+/i)

    with this

    w = thisComp.layer("Type Words Here").text.sourceText.split(/\s+/i)

  7. Click on "Source Text" under Layer Above 7 and go to Edit -> Copy Expression Only

  8. Select all layers containing "Line" and choose Edit -> Paste

  9. You may need to purge the cache to force re-render all layers

  10. Go back to the "Render Me" composition and enjoy