< prev index next >

src/java.desktop/share/classes/sun/font/TextLabelFactory.java

Print this page

        

*** 39,53 **** * doesn't change-- the render context, context, and bidi info for the context-- and gets * called for each subrange you want to create. * * @see Font * @see FontRenderContext ! * @see GlyphVector * @see TextLabel * @see ExtendedTextLabel * @see Bidi ! * @see TextLayout */ public class TextLabelFactory { private FontRenderContext frc; private char[] text; --- 39,53 ---- * doesn't change-- the render context, context, and bidi info for the context-- and gets * called for each subrange you want to create. * * @see Font * @see FontRenderContext ! * @see java.awt.font.GlyphVector * @see TextLabel * @see ExtendedTextLabel * @see Bidi ! * @see java.awt.font.TextLayout */ public class TextLabelFactory { private FontRenderContext frc; private char[] text;
< prev index next >