public final class

FontRunIterator

extends Object
java.lang.Object
   ↳ sun.font.FontRunIterator

Class Overview

Iterates over runs of fonts in a CompositeFont, optionally taking script runs into account.

Summary

Public Constructors
FontRunIterator()
Public Methods
PhysicalFont getFont()
int getGlyphMask()
int getPos()
void init(CompositeFont font, char[] text, int start, int limit)
boolean next(int script, int lim)
boolean next()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public FontRunIterator ()

Public Methods

public PhysicalFont getFont ()

public int getGlyphMask ()

public int getPos ()

public void init (CompositeFont font, char[] text, int start, int limit)

public boolean next (int script, int lim)

public boolean next ()