Searched refs:chars_per_row (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/usr.bin/vtfontcvt/
H A Dvtfontcvt.c551 unsigned curchar = 0, gwidth, gwbytes, i, j, chars_per_row; local
573 chars_per_row = strlen(p) / height;
574 if (chars_per_row < wbytes * 2)
580 if (chars_per_row < gwbytes * 2 || gwidth <= 8) {

Completed in 76 milliseconds