Searched refs:PhysicalFont (Results 1 - 12 of 12) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/font/
H A DPhysicalFont.java37 public abstract class PhysicalFont extends Font2D { class in inherits:Font2D
58 PhysicalFont(String platname, Object nativeNames) method in class:PhysicalFont
66 protected PhysicalFont() { method in class:PhysicalFont
71 * for physical fonts as the PhysicalFont holds a shared reference
H A DCompositeFont.java49 private PhysicalFont[] components;
101 components = new PhysicalFont[numSlots];
110 components = new PhysicalFont[numSlots];
150 CompositeFont(PhysicalFont physFont, CompositeFont compFont) {
169 components = new PhysicalFont[numSlots];
267 (PhysicalFont) fm.findFont2D(componentNames[slot],
277 void replaceComponentFont(PhysicalFont oldFont, PhysicalFont newFont) {
315 PhysicalFont font = getSlotFont(0);
327 public PhysicalFont getSlotFon
[all...]
H A DPhysicalStrike.java48 private PhysicalFont physicalFont;
83 PhysicalStrike(PhysicalFont physicalFont, FontStrikeDesc desc) {
H A DFontUtilities.java393 SoftReference<ConcurrentHashMap<PhysicalFont, CompositeFont>>
401 if (!(font2D instanceof PhysicalFont)) {
420 PhysicalFont physicalFont = (PhysicalFont)font2D;
421 ConcurrentHashMap<PhysicalFont, CompositeFont> compMap = compMapRef.get();
423 compMap = new ConcurrentHashMap<PhysicalFont, CompositeFont>();
H A DSunFontManager.java164 private ConcurrentHashMap<String, PhysicalFont>
165 physicalFonts = new ConcurrentHashMap<String, PhysicalFont>();
166 private ConcurrentHashMap<String, PhysicalFont>
167 registeredFonts = new ConcurrentHashMap<String, PhysicalFont>();
183 private PhysicalFont defaultPhysicalFont;
607 PhysicalFont oldFont = oldComp.getSlotFont(0);
617 if (!(newFont instanceof PhysicalFont)) {
620 PhysicalFont physicalFont = (PhysicalFont)newFont;
743 protected PhysicalFont addToFontLis
[all...]
H A DFontRunIterator.java62 public PhysicalFont getFont() {
H A DFileFont.java43 public abstract class FileFont extends PhysicalFont {
/openjdk7/jdk/src/windows/classes/sun/font/
H A DNativeFont.java40 public class NativeFont extends PhysicalFont {
60 PhysicalFont getDelegateFont() {
/openjdk7/jdk/src/solaris/classes/sun/font/
H A DFontConfigManager.java256 public PhysicalFont registerFromFcInfo(FcCompFont fcInfo) {
275 PhysicalFont physFont = fm.getRegisteredFontFile(fontFile);
281 if (f2d instanceof PhysicalFont) { /* paranoia */
282 return (PhysicalFont)f2d;
310 if (f2d instanceof PhysicalFont) { /* paranoia */
311 return (PhysicalFont)f2d;
400 PhysicalFont physFont = null;
403 if (f2D instanceof PhysicalFont) {
404 physFont = (PhysicalFont)f2D;
H A DNativeFont.java57 public class NativeFont extends PhysicalFont {
63 PhysicalFont delegateFont;
317 PhysicalFont getDelegateFont() {
/openjdk7/jdk/src/macosx/classes/sun/font/
H A DCFont.java39 public final class CFont extends PhysicalFont {
42 * They are here to meet the requirements of PhysicalFont, needed
43 * because a CFont can sometimes be returned where a PhysicalFont
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWPathGraphics.java71 import sun.font.PhysicalFont;
542 PhysicalFont slotFont = compFont.getSlotFont(slot);
745 PhysicalFont slotFont = compFont.getSlotFont(slot);
776 Font font, PhysicalFont font2D,

Completed in 37 milliseconds