org.stellarium.ui.render
Interface SFontIfc

All Known Implementing Classes:
SFont

public interface SFontIfc


Method Summary
 void close()
           
 int getAscent()
           
 int getDescent()
           
 int getLineHeight()
           
 float getStrLen(java.lang.String str)
           
 void print(double x, double y, java.lang.String str)
          Method with upsideDown by default
 void print(float x, float y, java.lang.String str, boolean upsidedown)
           
 void printChar(char c)
           
 void printCharOutlined(char c)
           
 

Method Detail

print

void print(double x,
           double y,
           java.lang.String str)
Method with upsideDown by default


print

void print(float x,
           float y,
           java.lang.String str,
           boolean upsidedown)

printChar

void printChar(char c)

printCharOutlined

void printCharOutlined(char c)

getStrLen

float getStrLen(java.lang.String str)

getLineHeight

int getLineHeight()

getAscent

int getAscent()

getDescent

int getDescent()

close

void close()