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

📄 symdefs.h

📁 一个Symbain 文本编辑器
💻 H
字号:
/*
 * HView [c]2004 Marcin Skoczylas, All rights reserved
 *
 * This file is under GPL license, see gpl.txt file
 *
 */

#include <eiklabel.h>  // for example label control
#include <barsread.h>  // for resource reader
#include <eikedwin.h>  // for CEikEdwin
#include <eikgted.h>   // for CEikGlobalTextEditor
#include <aknutils.h>  // for Fonts.
#include <aknnotewrappers.h>

#include <hview.rsg>
#include "hv.hrh"
#include "CHVContainer.h"
#include "CHVAppUi.h"

#include "gdi.h"
#include <fontids.hrh>
#include <hvfont.mbg>
#include <e32keys.h>

/* mswindows stanadrd font
#define HVFONT_HEIGHT	12
#define HVFONT_WIDTH	8
#define HVFONT_BINSPACE_WIDTH 4
*/

/* uwe sieber's font: http://www.uwe-sieber.de */
#define HVFONT_HEIGHT	12
#define HVFONT_WIDTH	7
#define HVFONT_BINSPACE_WIDTH 3


#define HVFONT_BACKGROUND_COLORR	149
#define HVFONT_BACKGROUND_COLORG	149
#define HVFONT_BACKGROUND_COLORB	239
#define LINE_COLORR		0
#define LINE_COLORG		0
#define LINE_COLORB		0

#define __HVIEWVERSION__ "v1.13"

⌨️ 快捷键说明

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