Home
last modified time | relevance | path

Searched refs:char_width (Results 1 – 1 of 1) sorted by relevance

/PHP-5.4/ext/gd/
H A Dgd.c4402 int i, space = 0, add_width = 0, char_width, amount_kern; in PHP_FUNCTION() local
4442 char_bbox.urx = char_width = space; in PHP_FUNCTION()
4445 char_width = T1_GetCharWidth(*f_ind, str[i]); in PHP_FUNCTION()
4466 dx = new_x(char_width + add_width + amount_kern, 0); in PHP_FUNCTION()
4467 dy = new_y(char_width + add_width + amount_kern, 0); in PHP_FUNCTION()

Completed in 22 milliseconds