Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/
H A Dgd.c4256 int i, space = 0, add_width = 0, char_width, amount_kern; in PHP_FUNCTION() local
4296 char_bbox.urx = char_width = space; in PHP_FUNCTION()
4299 char_width = T1_GetCharWidth(*f_ind, str[i]); in PHP_FUNCTION()
4320 dx = new_x(char_width + add_width + amount_kern, 0); in PHP_FUNCTION()
4321 dy = new_y(char_width + add_width + amount_kern, 0); in PHP_FUNCTION()

Completed in 15 milliseconds