<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
For rendering text with cairo, my understanding is that:</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<ol>
<li><span>use pango to get each position of glyph</span></li><li><span>use cairo to render such glyph</span></li></ol>
<div><span>For 2, I think the cairo use some libraries (x rendering or xft library) to parse font file (installed in the system) and get vector information of each glyph and convert such vector information to screen pixel (rasterization and anti-alias, etc).</span></div>
<div><span><br>
</span></div>
<div><span>My question is: </span></div>
<div>
<ol>
<li><span>does cairo use freetype library (called by x rendering or xft) to parse the truetype font file?</span></li><li><span>can I get vector information of each glyph (like contour points and bezier control points)?</span></li></ol>
<div><span>Thanks</span></div>
</div>
<div><span>James Hao</span></div>
</div>
</body>
</html>