mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-19 10:22:27 +00:00
(VCENTER_BASELINE_OFFSET): Bias the division by two, so that when a font
can't be exactly centered, it errs up rather than down.
This commit is contained in:
parent
8ec118cdd6
commit
0e9becceb1
@ -1777,7 +1777,7 @@ x_produce_stretch_glyph (it)
|
||||
|
||||
#define VCENTER_BASELINE_OFFSET(FONT, F) \
|
||||
((FONT)->descent \
|
||||
+ (FRAME_LINE_HEIGHT ((F)) - FONT_HEIGHT ((FONT))) / 2 \
|
||||
+ (FRAME_LINE_HEIGHT ((F)) + 1 - FONT_HEIGHT ((FONT))) / 2 \
|
||||
- ((F)->output_data.x->font->descent - (F)->output_data.x->baseline_offset))
|
||||
|
||||
/* Produce glyphs/get display metrics for the display element IT is
|
||||
|
Loading…
Reference in New Issue
Block a user