OGify has built-in support for Right-to-Left (RTL) languages like Arabic, Hebrew, and Persian.Documentation Index
Fetch the complete documentation index at: https://docs.ogify.dev/llms.txt
Use this file to discover all available pages before exploring further.
Enabling RTL
To enable RTL support, simply passisRTL: true in the options object when calling renderToImage.
To display the text correctly, you must use a font that supports the specific
language characters. We recommend checking Google
Fonts for a wide selection of
compatible fonts.

Template Support
All built-in templates (likebasic) fully support RTL. If you are creating a custom template, you can access the isRTL boolean in your renderer function to conditionally apply styles.