Package totalcross
Class Launcher.UserFont
- java.lang.Object
-
- totalcross.Launcher.UserFont
-
- Enclosing class:
- Launcher
public class Launcher.UserFont extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description intantialiasedintascentintdescentintfirstCharintlastCharintmaxHeightintmaxWidthImage[]nativeFontsintowTLocintrowWordsintspaceWidthLauncher.UserFontubase
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetCharBits(char ch, Launcher.CharBits bits)
-
-
-
Field Detail
-
ubase
public Launcher.UserFont ubase
-
nativeFonts
public Image[] nativeFonts
-
antialiased
public int antialiased
-
firstChar
public int firstChar
-
lastChar
public int lastChar
-
spaceWidth
public int spaceWidth
-
maxWidth
public int maxWidth
-
maxHeight
public int maxHeight
-
owTLoc
public int owTLoc
-
ascent
public int ascent
-
descent
public int descent
-
rowWords
public int rowWords
-
-
Method Detail
-
setCharBits
public void setCharBits(char ch, Launcher.CharBits bits)
-
-