Skip to main content
Participant
November 2, 2017
Answered

How to change old style figures in After Effects?

  • November 2, 2017
  • 3 replies
  • 5940 views

There are fonts, where the numbers are "old style figures" (screenshot).

In InDesign and Illustrator it's no problem to change them to normal "Lining Figures" via OpenType configurations. I couldn't find that in After Effects. Is there any way to change that in AE?

    Correct answer Rick Gerard

    Fancy ligatures are best handled in Illustrator then imported into AE. You could also try setting the type in Photoshop and see if AE will convert the type to editable text and hold the formatting.

    3 replies

    Participant
    April 10, 2020

    You can do it in After Effects! Just set the type to All-Caps. I kid you not. No clue why that works.

    stephaniec48765397
    Participant
    September 22, 2021

    OMG thank you!!!!!!!

    Participant
    May 2, 2018

    Looks like copying and pasting from Illustrator works! I just tried it. It will paste the correct characters.

    Davi Tavares
    Participant
    May 13, 2021

    The best

    Dave_LaRonde
    Inspiring
    November 2, 2017

    Change the typeface selected.  AE isn't as good at handling typefaces as those other applications.  If you don't plan to animate the type, import an Illustrator file.

    Participant
    November 2, 2017

    That's the problem. I do want to animate them in this specific typeface. I know AE isn't the way to go to work with it, but if there is any way it would be really nice for me.

    Mylenium
    Legend
    November 2, 2017

    You could try the String.fromCharCode() approach using an expression, though AE may still refuse to actually display the character if it is not valid in the current context plus of course you would have to know the character's Unicode number in teh first palce.

    Mylenium