Re: Enable or disable kerning in pango.
- From: Pranay Samanta <pranay samanta work gmail com>
- To: gtk-i18n-list gnome org
- Subject: Re: Enable or disable kerning in pango.
- Date: Wed, 24 Apr 2013 12:00:30 +0530
Can you please elaborate what changes should be done in fontconfig configuration and also can this be done at runtime i.e.
For an application if I need to set some part of font to have kerning disabled and enable for other parts.
Also what will happen if I do the following changes in the
pango_fc_font_kern_glyphs function of
pangofc-font.c file :
.
.
.
int adjustment = PANGO_UNITS_26_6 (kerning.x);
if ( is_kern_on == FALSE) // The is_kern_on flag is set from outside.
adjustment = 0;
.
.
.
--
Thanks and Regards
-----------------
Pranay Samanta
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]