MCPcopy Create free account
hub / github.com/BombusMod/BombusMod / Font

Interface Font

desktop/src/main/java/org/microemu/device/impl/Font.java:27–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25package org.microemu.device.impl;
26
27public interface Font {
28
29 int charWidth(char ch);
30
31 int charsWidth(char[] ch, int offset, int length);
32
33 int getBaselinePosition();
34
35 int getHeight();
36
37 int stringWidth(String str);
38
39}

Callers 22

charWidthMethod · 0.65
charWidthMethod · 0.65
charWidthMethod · 0.65
charsWidthMethod · 0.65
charsWidthMethod · 0.65
charsWidthMethod · 0.65
getBaselinePositionMethod · 0.65
getBaselinePositionMethod · 0.65
componentResizedMethod · 0.65
paintComponentMethod · 0.65
repaintRequestMethod · 0.65
getHeightMethod · 0.65

Implementers 6

J2SEFontManagerdesktop/src/main/java/org/microemu/dev
J2SESystemFontdesktop/src/main/java/org/microemu/dev
AndroidFontandroid/src/main/java/org/microemu/and
AndroidFontManagerandroid/src/main/java/org/microemu/and
IPhoneFontManagerios/src/main/java/org/microemu/iphone/
Fontsrc/main/java/javax/microedition/lcdui

Calls

no outgoing calls

Tested by

no test coverage detected