pre cutover push
This commit is contained in:
@ -1,4 +1,27 @@
|
||||
compile insert OIPRINT_EQUATES
|
||||
/*
|
||||
** Copyright (C) 1992-2024 Revelation Software Inc. All Rights Reserved **
|
||||
|
||||
Author : ??
|
||||
Date : Some time before the Great Flood.
|
||||
Purpose : Constants for use with OIPI
|
||||
|
||||
Comments
|
||||
========
|
||||
|
||||
|
||||
Amended Date Reason
|
||||
======= ==== ======
|
||||
Mr C 08 Feb 24 Added insert guards
|
||||
|
||||
*/
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
#ifndef _OIPRINT_EQUATES_
|
||||
#define _OIPRINT_EQUATES_
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
/*-----[ Font Weights ]-----*/
|
||||
equ FW_NORMAL to 0
|
||||
equ FW_BOLD to 1
|
||||
@ -166,3 +189,5 @@ Equ EF_TIFF To 107
|
||||
Equ EF_PNG To 108
|
||||
Equ EF_EMF To 109
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user