Home | History | Annotate | Download | only in layout

Lines Matching defs:FontRuns

265  * The <code>FontRuns</code> class associates pointers to <code>LEFontInstance</code>
270 class U_LAYOUTEX_API FontRuns : public RunArray
274 * Construct a <code>FontRuns</code> object from pre-existing arrays of fonts
279 * valid until the <code>FontRuns</code> object is destroyed.
282 * the <code>FontRuns</code> object is destroyed.
288 inline FontRuns(const LEFontInstance **fonts, const le_int32 *limits, le_int32 count);
291 * Construct an empty <code>FontRuns</code> object. Clients can add font and limit
301 FontRuns(le_int32 initialCapacity);
308 virtual ~FontRuns();
331 * If the <code>FontRuns</code> object was created with a client-supplied
340 * remain valid until the <code>FontRuns</code> object is destroyed.
370 inline FontRuns();
371 inline FontRuns(const FontRuns &other);
372 inline FontRuns &operator=(const FontRuns & /*other*/) { return *this; };
383 inline FontRuns::FontRuns()
389 inline FontRuns::FontRuns(const FontRuns & /*other*/)
395 inline FontRuns::FontRuns(const LEFontInstance **fonts, const le_int32 *limits, le_int32 count)