diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-12-10 12:49:45 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-12-19 10:40:34 -0500 |
commit | 704662e39856e308ef1683be607d62db0b738708 (patch) | |
tree | 438fd00eba4b44afd4cf81b6618eb68624d43e88 /pango/pango-item.h | |
parent | 6770050e74cf83830e255f1d1e9b574feb5a60fc (diff) | |
download | pango-704662e39856e308ef1683be607d62db0b738708.tar.gz |
Fix line height with emulated small capsfix-small-caps-line-height
When we change font scale for emulating small caps,
keep the original font around in the analysis, and use
it for calculating the run height.
Fixes: #622
Diffstat (limited to 'pango/pango-item.h')
-rw-r--r-- | pango/pango-item.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/pango-item.h b/pango/pango-item.h index 8122be19..f0eebc01 100644 --- a/pango/pango-item.h +++ b/pango/pango-item.h @@ -61,8 +61,8 @@ typedef struct _PangoItem PangoItem; /** * PangoAnalysis: - * @shape_engine: unused - * @lang_engine: unused + * @shape_engine: unused, reserved + * @lang_engine: unused, reserved * @font: the font for this segment. * @level: the bidirectional level for this segment. * @gravity: the glyph orientation for this segment (A `PangoGravity`). |