From 01d7bd611758e671ccfd1fc032b5ad7131121d55 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Mon, 13 Jan 2014 23:33:23 -0800 Subject: spec: add enumerated constants to index Signed-off-by: Alan Coopersmith --- specs/fsproto.xml | 31 +++++++++++++++++++++---------- 1 file changed, 21 insertions(+), 10 deletions(-) (limited to 'specs') diff --git a/specs/fsproto.xml b/specs/fsproto.xml index 978dd13..5e802d9 100644 --- a/specs/fsproto.xml +++ b/specs/fsproto.xml @@ -582,9 +582,10 @@ For a glyph with extents XCHARINFO in a font with header information XFONTINFO, the IMAGE-RECT values have the following meanings: - + ImageRectMin + ImageRectMin This refers to the minimal bounding rectangle surrounding the inked pixels in the glyph. This is the @@ -599,9 +600,10 @@ are: - + ImageRectMaxWidth + ImageRectMaxWidth This refers to the scanlines between the glyph's ascent and descent, padded on the left to the minimum @@ -622,9 +624,10 @@ bottom: XCHARINFO.DESCENT - + ImageRectMax + ImageRectMax This refers to all scanlines, from the maximum ascent (or the font ascent, whichever is greater) to the @@ -1096,9 +1099,10 @@ one of the following alternate values: which have the following meanings: - + String + String This property contains a counted string of bytes. The data is stored in the PROPINFO.DATA @@ -1108,18 +1112,20 @@ for VALUE.LENGTH (at least zero) bytes. - + Unsigned + Unsigned This property contains a unsigned, 32-bit number stored as a CARD32 in VALUE.POSITION (VALUE.LENGTH is zero). - + Signed + Signed This property contains a signed, 32-bit number stored as an INT32 in VALUE.POSITION (VALUE.LENGTH is zero). @@ -1366,9 +1372,10 @@ or more of the following boolean values (unspecified bits must be zero): which have the following meanings: - + AllCharactersExist + AllCharactersExist If this bit is set, all of the characters in the range given by CHAR-RANGE have glyphs encoded in @@ -1377,9 +1384,10 @@ may not have encoded glyphs. - + InkInside + InkInside If this bit is set, the inked pixels of each glyph fall within the rectangle described by the font's ascent, @@ -1389,9 +1397,10 @@ outside this rectangle. - + HorizontalOverlap + HorizontalOverlap If this bit is set, the two ink bounding boxes (smallest rectangle enclosing the inked pixels) of @@ -1405,7 +1414,9 @@ bounding boxes overlap. - + + LeftToRight + RightToLeft The DRAWING-DIRECTION field contains a hint indicating whether most of the character metrics have a positive (or LeftToRight) logical width or a -- cgit v1.2.3