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