public long get_font_set(int index) {
   log.finest("");
   return Native.getLong(pData + ((XlibWrapper.dataModel == 32) ? (12) : (16)))
       + index * Native.getLongSize();
 }
 public long get_chars(int index) {
   log.finest("");
   return Native.getLong(pData + 0) + index * Native.getLongSize();
 }