qhtm.def

来自「hl2 source code. Do not use it illegal.」· DEF 代码 · 共 21 行

DEF
21
字号
;Copyright (c) 1998 Gipsysoft. All Rights Reserved.
;Please see the file "licence.txt" for licencing details.

;File:	QHTM.def
;Owner:	russf@gipsysoft.com
;Purpose:	The usual DEF file.
EXPORTS
	QHTM_Initialize							@1
	QHTM_PrintDestroyContext				@3
	QHTM_PrintSetText						@4
	QHTM_PrintSetTextFile					@5
	QHTM_PrintSetTextResource				@6
	QHTM_PrintLayout						@7
	QHTM_EnableCooltips						@9
	QHTM_PrintPage							@10
	QHTM_PrintCreateContext					@11
	QHTM_PrintGetHTMLHeight					@12
	QHTM_MessageBox							@13
	QHTM_SetHTMLButton						@14
	QHTM_GetHTMLHeight						@15
	QHTM_RenderHTML							@16

⌨️ 快捷键说明

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