Lines Matching refs:p

67 /** This is the central interface for text layouting.<p>
74 likely to change subsequent output of those query methods.<p>
87 metrics.<p>
93 /** Extract the polygonal shapes of the layouted text.<p>
96 <type>XPolyPolygon2D</type> in the returned sequence.<p>
106 text.<p>
112 font.<p>
124 given text string.<p>
140 /** Query the advancements for every character in the input string.<p>
151 <member>XTextLayout::applyLogicalAdvancements()</member>.<p>
163 string.<p>
170 characters, e.g. relative to a reference output device.<p>
187 /** Query the overall bounding box of the text.<p>
191 overall bounds are returned by this method.<p>
200 /** Justify the text to the given size.<p>
204 correct way into the available space.<p>
226 /** Justify a number of text layouts to the given size.<p>
236 object.<p>
263 /** This method determines the hit position in the text.<p>
266 specified position (in font coordinate space).<p>
277 /** This method converts an insertion index to a caret.<p>
280 point in the layout text.<p>
303 /** This method calculates a new insertion index.<p>
307 useful for caret traveling.<p>
330 /** This method generates a highlight polygon.<p>
334 i.e. will not have non-highlighted text in between.<p>
354 /** This method generates a highlight polygon.<p>
360 and end position that are not selected.<p>
380 /** This method yields the baseline offset.<p>
388 e.g. output relative to the left, top edge.<p>
397 /** This method returns the main writing direction.<p>
400 i.e. either LEFT_TO_RIGHT or RIGHT_TO_LEFT.<p>