Skip to content
Commit d02c5fce authored by Christian Hergert's avatar Christian Hergert Committed by Christian Persch
Browse files

fonts: keep layout text available for cairo

When a cairo recording surface is used, it will memcpy() the text and
therefore expects the layout's text to be complete enough to contain each
glyph item's offset from base pointer.

This keeps that text around long enough to satisfy that requirement. It
will be reset on the next operation/call to get_unistr_info().

Fixes #2620

(cherry picked from commit 22b3a562)
(cherry picked from commit 0dc3dbae)
parent 26c3d4a7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment