Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/
H A Dfont.class.php10 var $char_widths; variable in Font
48 $width += $this->char_widths[$string{$i}];
116 $this->char_widths = $widths;
132 $font->char_widths = array();
181 $this->char_widths[$c] = $glyph_width;
211 if (!isset($this->char_widths[chr($i)])) {
212 $this->char_widths[chr($i)] = DEFAULT_CHAR_WIDTH;