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

/openjdk9/jdk/src/java.desktop/share/classes/sun/font/
H A DGlyphLayout.java586 public StandardGlyphVector createGlyphVector(Font font, FontRenderContext frc, StandardGlyphVector result) { method in class:GlyphLayout.GVData
/openjdk9/jdk/src/java.desktop/share/classes/java/awt/
H A DFont.java2709 public GlyphVector createGlyphVector(FontRenderContext frc, String str) method in class:Font
2728 public GlyphVector createGlyphVector(FontRenderContext frc, char[] chars) method in class:Font
2747 public GlyphVector createGlyphVector( FontRenderContext frc, method in class:Font
2767 public GlyphVector createGlyphVector( FontRenderContext frc, method in class:Font

Completed in 41 milliseconds