Documentation is work in progress and not completeEditor
Text

Converting Text to Outlines

Converting text to outlines transforms the text element into vector shapes. The glyphs become editable paths, losing all text-specific properties (font, kerning, text animation modes, etc.) in exchange for full vector editability.

When to Convert

Convert when:

  • -Exporting a .flashfx file for use on another device that may not have the same fonts installed
  • -Editing individual letterform shapes (cutting notches, extending serifs, creating custom lettermarks)
  • -Applying boolean operations to text shapes
  • -Applying per-vertex animation to glyph paths

Do not convert when:

  • -The text content may need to be edited again
  • -Text animation modes (character, word) are being used (they do not work on outline shapes)
  • -The font renders correctly on all target systems

How to Convert

Select the text element, then:

  • -Text -> Create Outlines (or Ctrl+Shift+O)

The text element is replaced by a group of vector paths, one per character (or one compound path per word, depending on the setting). Each path is fully editable in Vertex Edit mode.

Preserving Original Text

Before converting, duplicate the text element (Ctrl+D) and hide the duplicate. This preserves the editable original as a hidden backup while the outlined version is used for design work.