Added informative comment to Fl_Paged_Device::print_window()

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10028 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy 2013-12-11 14:31:27 +00:00
parent 8edcf8f29f
commit c65852122c
1 changed files with 1 additions and 1 deletions

View File

@ -3457,7 +3457,7 @@ void Fl_Paged_Device::print_window(Fl_Window *win, int x_offset, int y_offset)
delete rgb;
delete[] bitmap;
if (title) { // print the window title
fl_font(FL_HELVETICA, 14);
fl_font(FL_HELVETICA, 14); // the exact font is LucidaGrande 13 pts
fl_color(FL_BLACK);
fl_draw(title, x_offset+win->w()/2-fl_width(title)/2, y_offset+bt/2+4);
}