首页 > 其他分享 >字体渲染相关

字体渲染相关

时间:2022-12-17 11:33:32浏览次数:53  
标签:渲染 text routines high rendering 字体 相关 Pango out

Pango

Pango is a library for laying out and rendering of text, with an emphasis on internationalization. Pango can be used anywhere that text layout is needed, though most of the work on Pango so far has been done in the context of the GTK widget toolkit. Pango forms the core of text and font handling for GTK.

Complex-text support is provided by HarfBuzz, on all platforms.

The integration of Pango with Cairo provides a complete solution with high quality text handling and graphics rendering.

As well as the low-level layout rendering routines, Pango includes PangoLayout, a high-level driver for laying out entire blocks of text, and routines to assist in editing internationalized text.

 

标签:渲染,text,routines,high,rendering,字体,相关,Pango,out
From: https://www.cnblogs.com/koala999/p/16988774.html

相关文章