Skip to main content
Inspiring
August 7, 2022
Answered

How to display text by plugin

  • August 7, 2022
  • 1 reply
  • 519 views

I want to display text like timecode effect.
I searched how to display text in sdk documentation. But I could not. Any sample show me the way.

This topic has been closed for replies.
Correct answer shachar carmi

gdiplus on windows, and quartz on osx.

1 reply

Community Expert
August 7, 2022

AE's API doesn't offer any text generating funcitons for the render buffer. (as opposed to the UI buffer where there's the drawbot suite)
you can however, fill the render buffer using whatever method you'd like. i personally generate text for the render buffer using a native OS buffer with the OS text tools, then copying it's content back to AE's render buffer.

Inspiring
August 7, 2022

what is a os native buffer?

shachar carmiCommunity ExpertCorrect answer
Community Expert
August 7, 2022

gdiplus on windows, and quartz on osx.