<p dir="ltr">Thank you! What about the layout, can Harfbuzz do it?</p>
<div class="gmail_quote">On Jul 30, 2014 9:07 PM, "Khaled Hosny" <<a href="mailto:khaledhosny@eglug.org">khaledhosny@eglug.org</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Wed, Jul 30, 2014 at 01:42:42PM +1000, Edu GarcĂ­a wrote:<br>
> Hi there,<br>
><br>
> First of all, just let me say that Harfbuzz seems like an awesome piece of<br>
> engineering, and the API seems a breeze to use. I've done a very simple<br>
> example in just a few hours, and I'm very happy about that :).<br>
><br>
> I have two (very noob, sorry) questions, tough:<br>
><br>
> 1) I want to enable (or disable) ligatures. I've seen that when using a<br>
> font like Adobe Garamond Pro, ligatures are automatically used. I thought I<br>
> had to pass a feature to hb_shape() to do that? Also, is there any way of<br>
> enabling only some kind of ligatures, like historical ones?<br>
<br>
Some features are enabled by default, to you can disable default<br>
features/enable non-default features by passing appropriate<br>
hb_feature_t's to hb_shape_full().<br>
<br>
Regards,<br>
Khaled<br>
</blockquote></div>