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

/openjdk7/jdk/src/share/classes/java/awt/font/
H A DGlyphMetrics.java133 private byte glyphType; field in class:GlyphMetrics
177 * @param glyphType the type of the glyph
179 public GlyphMetrics(float advance, Rectangle2D bounds, byte glyphType) { argument
185 this.glyphType = glyphType;
195 * @param glyphType the type of the glyph
199 Rectangle2D bounds, byte glyphType) {
206 this.glyphType = glyphType;
277 return glyphType;
198 GlyphMetrics(boolean horizontal, float advanceX, float advanceY, Rectangle2D bounds, byte glyphType) argument
[all...]

Completed in 29 milliseconds