; * src/font.h (struct font_driver): Comment fix.
This commit is contained in:
parent
97b928ce09
commit
c2595b8dcc
1 changed files with 1 additions and 1 deletions
|
@ -659,7 +659,7 @@ struct font_driver
|
|||
|
||||
/* Optional.
|
||||
Draw glyphs between FROM and TO of S->char2b at (X Y) pixel
|
||||
position of frame F with S->FACE and S->GC. If WITH_BACKGROUND,
|
||||
position of frame S->F with S->FACE and S->GC. If WITH_BACKGROUND,
|
||||
fill the background in advance. It is assured that WITH_BACKGROUND
|
||||
is false when (FROM > 0 || TO < S->nchars). */
|
||||
int (*draw) (struct glyph_string *s, int from, int to,
|
||||
|
|
Loading…
Add table
Reference in a new issue