mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
514 B
22 lines
514 B
NAME FontEdit
|
|
|
|
DESCRIPTION 'Microsoft Windows Font Editor'
|
|
|
|
STUB 'WINSTUB.EXE'
|
|
|
|
EXETYPE WINDOWS
|
|
|
|
CODE MOVEABLE
|
|
DATA MOVEABLE MULTIPLE
|
|
|
|
HEAPSIZE 2048 ; Must be non-zero to use Local memory manager 2048
|
|
STACKSIZE 4096 ; Must be non-zero for SS == DS
|
|
|
|
EXPORTS ; Must export all procedures called by Windows
|
|
FontEditWndProc @1 ; (ordinal numbers use less resident memory)
|
|
FontShowWndProc @2
|
|
HeaderProc @3
|
|
ReSizeProc @4
|
|
WidthProc @5
|
|
DlgFnCheckFormat @6
|
|
AboutDlg @7
|