Example #1
0
SI
poor_distorted_font_rep::get_left_correction (string s) {
  return base->get_left_correction (s);
}
Example #2
0
SI
poor_stretched_font_rep::get_left_correction (string s) {
  return base->get_left_correction (s);
}
Example #3
0
SI text_box_rep::left_correction () {
  return fn->get_left_correction (str); }