Searched defs:createGlyphVector (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/awt/java/awt/
H A DFont.java449 public GlyphVector createGlyphVector(FontRenderContext frc, char[] chars) { method in class:Font
466 public GlyphVector createGlyphVector(FontRenderContext frc, CharacterIterator iter) { method in class:Font
483 public GlyphVector createGlyphVector(FontRenderContext frc, int[] glyphCodes) method in class:Font
499 public GlyphVector createGlyphVector(FontRenderContext frc, String str) { method in class:Font
1169 bounds = createGlyphVector(frc, subChars).getLogicalBounds();

Completed in 63 milliseconds