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

/openjdk7/jdk/src/share/classes/sun/font/
H A DPhysicalStrike.java48 private PhysicalFont physicalFont; field in class:PhysicalStrike
83 PhysicalStrike(PhysicalFont physicalFont, FontStrikeDesc desc) { argument
84 this.physicalFont = physicalFont;
95 return physicalFont.getNumGlyphs();
104 physicalFont.getFontMetrics(pScalerContext);
110 return getGlyphAdvance(physicalFont.getMapper().charToGlyph(cp));
114 return getGlyphMetrics(physicalFont.getMapper().charToGlyph(ch));
138 gp = (physicalFont.getGlyphPoint(pScalerContext, glyphCode, ptNumber));

Completed in 29 milliseconds