⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 lcwin.h

📁 用于移动设备上的java虚拟机源代码
💻 H
字号:
/* * @(#)lcWin.h	1.8 02/07/24 @(#) * * Copyright (c) 1999-2000 Sun Microsystems, Inc.  All rights reserved. * PROPRIETARY/CONFIDENTIAL * Use is subject to license terms. */#ifndef _LCWIN_H_INCLUDED#define _LCWIN_H_INCLUDED#include <X11/Xlib.h>typedef struct _LcWinMethodsRec {    void (*init)(Display *d);    void (*convertText)(FONTPARAMS_PROTO,                         const unicode *s,     int len,                        XTextItem16 **items,  int *numItems,                        XTextItem16 *itemBuf, int itemBufSize,                        XChar2b *charBuf,     int charBufSize);    XFontStruct *(*getFontStruct)(Font f);    void (*getFontInfo)(FONTPARAMS_PROTO,                         int *ascent, int *descent, int *leading);} LcWinMethodsRec, *LcWinMethods;extern LcWinMethods getLcWinMethods(char *locale);#endif

⌨️ 快捷键说明

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