コード例 #1
0
ファイル: poor_distorted.cpp プロジェクト: mgubi/texmacs
SI
poor_distorted_font_rep::get_right_correction (string s) {
  return base->get_right_correction (s);
}
コード例 #2
0
ファイル: poor_stretched.cpp プロジェクト: mgubi/texmacs
SI
poor_stretched_font_rep::get_right_correction (string s) {
  return base->get_right_correction (s);
}
コード例 #3
0
ファイル: text_boxes.cpp プロジェクト: mgubi/texmacs
SI text_box_rep::right_correction () {
  return fn->get_right_correction (str); }