47 lines
1.7 KiB
Plaintext
47 lines
1.7 KiB
Plaintext
compile insert ps_ChooseFont_Equates
|
|
/*
|
|
** Copyright (C) 2015 Revelation Software Inc. All Rights Reserved **
|
|
|
|
Author Mr C
|
|
Date Dec 2015
|
|
Purpose Equates for use with the SYSTEM CHOOSEFONT method
|
|
|
|
Comments
|
|
========
|
|
|
|
Amended Date Reason
|
|
======= ==== ======
|
|
|
|
*/
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
#ifndef _PS_CHOOSEFONT_EQUATES_
|
|
#define _PS_CHOOSEFONT_EQUATES_
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
$insert msWin_ChooseFont_Equates
|
|
$insert ps_Font_Equates
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
* // CHOOSEFONT method
|
|
* //
|
|
* // Font = Exec_Method( "SYSTEM", |
|
|
* // "CHOOSEFILE", |
|
|
* // OwnerWindow, |
|
|
* // ChooseFontOptions, |
|
|
* // HideColors )
|
|
|
|
* // ChooseFontOptions equates
|
|
equ CHFONT_POS_FONT$ to 1
|
|
equ CHFONT_POS_FLAGS$ to 2
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
#endif
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|