From e745e6c475059455839c85e341cb32b6db433741 Mon Sep 17 00:00:00 2001 From: Robert Ancell Date: Thu, 10 Sep 2015 16:19:19 +1200 Subject: Remove non-existant dst-x, dst-y fields from CompositeGlyphs* requests Signed-off-by: Robert Ancell --- renderproto.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/renderproto.txt b/renderproto.txt index 9f1f231..357e651 100644 --- a/renderproto.txt +++ b/renderproto.txt @@ -979,7 +979,6 @@ CompositeGlyphs32 mask-format: PICTFORMAT or None glyphset: GLYPHABLE src-x, src-y: INT16 - dst-x, dst-y: INT16 glyphcmds: LISTofGLYPHITEM8 CompositeGlyphs8 glyphcmds: LISTofGLYPHITEM16 CompositeGlyphs16 glyphcmds: LISTofGLYPHITEM32 CompositeGlyphs32 @@ -987,7 +986,7 @@ CompositeGlyphs32 Errors: Picture, PictOp, PictFormat, GlyphSet, Glyph - The dst-x and dst-y coordinates are relative to the drawable's + The src-x and src-y coordinates are relative to the drawable's origin and specify the baseline starting position (the initial glyph origin). Each glyph item is processed in turn. A glyphset item causes the glyphset to be used for subsequent glyphs. Switching -- cgit v1.2.3