org.microemu.device
Interface FontManager


public interface FontManager


Method Summary
 int charsWidth(Font f, char[] ch, int offset, int length)
           
 int charWidth(Font f, char ch)
           
 int getBaselinePosition(Font f)
           
 int getHeight(Font f)
           
 void init()
           
 int stringWidth(Font f, java.lang.String str)
           
 

Method Detail

init

void init()

charWidth

int charWidth(Font f,
              char ch)

charsWidth

int charsWidth(Font f,
               char[] ch,
               int offset,
               int length)

getBaselinePosition

int getBaselinePosition(Font f)

getHeight

int getHeight(Font f)

stringWidth

int stringWidth(Font f,
                java.lang.String str)


Copyright © 2001-2010 MicroEmulator Team. All Rights Reserved.