symdefs.h
来自「一个关于symbian下文本编辑器的源码程序」· C头文件 代码 · 共 45 行
H
45 行
/*
* 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 + =
减小字号Ctrl + -
显示快捷键?