pango

Framework for layout and rendering of internationalized text

brewmacoslinux
Try with needOr install directly
Source

About

Framework for layout and rendering of i18n text

Commands

pango-viewpango-list

Examples

Display text with Pango markup rendering$ pango-view --text='<b>Bold</b> and <i>italic</i> text'
List available fonts on the system$ pango-list
Render text to image file with specific font$ pango-view --text='Sample' --font='DejaVu Sans 12' --output=output.png