Lines Matching defs:pl_line
42 typedef void pl_line;
219 * Return a <code>pl_line</code> object which represents next line
232 * @see pl_line
236 U_INTERNAL pl_line * U_EXPORT2
244 * @param line the <code>pl_line</code> object to close.
249 pl_closeLine(pl_line *line);
254 * @param line the <code>pl_line</code> object.
261 pl_countLineRuns(const pl_line *line);
267 * @param line the <code>pl_line</code> object.
274 pl_getLineAscent(const pl_line *line);
280 * @param line the <code>pl_line</code> object.
287 pl_getLineDescent(const pl_line *line);
293 * @param line the <code>pl_line</code> object.
300 pl_getLineLeading(const pl_line *line);
307 * @param line the <code>pl_line</code> object.
314 pl_getLineWidth(const pl_line *line);
320 * @param line the <code>pl_line</code> object.
324 * visual run. This object is owned by the <code>pl_line</code> object which
325 * created it, and will remain valid for as long as the <code>pl_line</code>
333 pl_getLineVisualRun(const pl_line *line, le_int32 runIndex);