amount_kern      4142 ext/gd/gd.c    	int amount_kern, add_width;
amount_kern      4225 ext/gd/gd.c    			amount_kern = (int) T1_GetKerning(*f_ind, str[i - 1], str[i]);
amount_kern      4226 ext/gd/gd.c    			amount_kern += str[i - 1] == ' ' ? space : 0;
amount_kern      4227 ext/gd/gd.c    			add_width = (int) (amount_kern + width) / extend;
amount_kern      4276 ext/gd/gd.c    	int i, space = 0, add_width = 0, char_width, amount_kern;
amount_kern      4321 ext/gd/gd.c    			amount_kern = i ? T1_GetKerning(*f_ind, str[i - 1], str[i]) : 0;
amount_kern      4340 ext/gd/gd.c    			dx = new_x(char_width + add_width + amount_kern, 0);
amount_kern      4341 ext/gd/gd.c    			dy = new_y(char_width + add_width + amount_kern, 0);