inputmodes_ja.xbm

来自「有关j2me的很好的例子可以研究一下」· XBM 代码 · 共 26 行

XBM
26
字号
/* * @(#)inputmodes_ja.xbm	1.1 00/11/03 * Copyright (c) 1999,2000 Sun Microsystems, Inc. All Rights Reserved. * * This software is the confidential and proprietary information of Sun * Microsystems, Inc. ("Confidential Information").  You shall not * disclose such Confidential Information and shall use it only in * accordance with the terms of the license agreement you entered into * with Sun. * * SUN MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY OF THE * SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE * IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR * PURPOSE, OR NON-INFRINGEMENT. SUN SHALL NOT BE LIABLE FOR ANY DAMAGES * SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR DISTRIBUTING * THIS SOFTWARE OR ITS DERIVATIVES. */#define inputmode_width 15#define inputmode_height 7static unsigned char hira_bits[] = {   0x08, 0x92, 0xbe, 0x82, 0x84, 0xb4, 0x9e, 0xc4, 0xad, 0xc0, 0xa5, 0xa2,   0x12, 0x91};static unsigned char kana_bits[] = {   0x0f, 0x11, 0x88, 0x3c, 0xca, 0x24, 0xa6, 0x10, 0x82, 0x10, 0x81, 0x08,   0x81, 0x08};

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?