[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft] how to get text width and height in libfreetype
From: |
Khaled Hosny |
Subject: |
Re: [ft] how to get text width and height in libfreetype |
Date: |
Wed, 27 Apr 2016 19:40:59 +0200 |
User-agent: |
Mutt/1.6.0 (2016-04-01) |
On Wed, Apr 27, 2016 at 03:13:09PM +0800, qw wrote:
> Hi,
> ffmpeg adopts libfreetype as 'drawtext filter'.
FreeType is not a text layout library, you will not be able to render
most of the world languages. For text layout you need a library that
does bidirectional text, shaping and so on to support world languages.
Regards,
Khaled