Lines Matching refs:to

3  * Licensed to the Apache Software Foundation (ASF) under one
7 * to you under the Apache License, Version 2.0 (the
13 * Unless required by applicable law or agreed to in writing,
71 methods are subject to the current layout state of this
72 object. That is, calls to <member>XTextLayout::justify()</member>
74 likely to change subsequent output of those query methods.<p>
76 Similar to <type>XCanvasFont</type>, all measurements and
78 to the font's local coordinate system (which only equals device
83 returned by this interface should be subjected to that
84 transformation, to yield values in device coordinate space.
86 might be off by up to one device pixel from the transformed
148 this method can be used to query for the layout's default
149 advancements, which can subsequently be changed and applied to
165 This method applies the specified advancements to every
168 multiple input characters per glyph). This is useful to
170 characters, e.g. relative to a reference output device.<p>
189 This method is similar to
200 /** Justify the text to the given size.<p>
226 /** Justify a number of text layouts to the given size.<p>
228 This method can be used to combine the layout of a text line
231 different fonts or colors), but it is desirable to spread the
235 method can assign proportionally more space to this layout
269 The position in font coordinate space to determine the
277 /** This method converts an insertion index to a caret.<p>
285 in the range 0 up to the number of characters in the string.
288 Set this to <TRUE/>, to skip the positions inside ligatures as
306 index and the number of characters to skip. This is most
310 The insertion index to start from.
313 For values greater than 0, the caret is visually moved to the
315 to the left.
386 <member>XCanvas::drawTextLayout()</member> outputs relative to
387 the layout object's baseline, this method can be used to
388 e.g. output relative to the left, top edge.<p>