?? symdefs.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 + -