Package totalcross

Class Launcher.CharBits

  • Enclosing class:
    Launcher

    public static class Launcher.CharBits
    extends java.lang.Object
    Represents the internal font structure, read from a pdb file. used internally.
    • Constructor Summary

      Constructors 
      Constructor Description
      CharBits()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • rowWIB

        public int rowWIB
      • charBitmapTable

        public byte[] charBitmapTable
      • offset

        public int offset
      • width

        public int width
      • index

        public int index
    • Constructor Detail

      • CharBits

        public CharBits()