comparison src/hardcopy.c @ 843:9f279ebda751 v7.0f01

updated for version 7.0f01
author vimboss
date Tue, 25 Apr 2006 22:13:59 +0000
parents 2c885fab04e3
children 8cd729851562
comparison
equal deleted inserted replaced
842:a209672376fd 843:9f279ebda751
51 * when mch_print_init() fails. 51 * when mch_print_init() fails.
52 * 52 *
53 * void mch_print_set_font(int Bold, int Italic, int Underline); 53 * void mch_print_set_font(int Bold, int Italic, int Underline);
54 * Called whenever the font style changes. 54 * Called whenever the font style changes.
55 * 55 *
56 * void mch_print_set_bg(long bgcol); 56 * void mch_print_set_bg(long_u bgcol);
57 * Called to set the background color for the following text. Parameter is an 57 * Called to set the background color for the following text. Parameter is an
58 * RGB value. 58 * RGB value.
59 * 59 *
60 * void mch_print_set_fg(long fgcol); 60 * void mch_print_set_fg(long_u fgcol);
61 * Called to set the foreground color for the following text. Parameter is an 61 * Called to set the foreground color for the following text. Parameter is an
62 * RGB value. 62 * RGB value.
63 * 63 *
64 * mch_print_start_line(int margin, int page_line) 64 * mch_print_start_line(int margin, int page_line)
65 * Sets the current position at the start of line "page_line". 65 * Sets the current position at the start of line "page_line".