ReactOS 0.4.15-dev-7934-g1dc8d80
pserror.h File Reference
#include "psft.h"
Include dependency graph for pserror.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define FT_ERR_PREFIX   CF2_Err_
 
#define FT_ERR_BASE   FT_Mod_Err_CF2
 
#define CF2_SET_ERROR(error, e)    cf2_setError( error, FT_THROW( e ) )
 

Functions

FT_BEGIN_HEADER cf2_setError (FT_Error *error, FT_Error value)
 

Macro Definition Documentation

◆ CF2_SET_ERROR

#define CF2_SET_ERROR (   error,
  e 
)     cf2_setError( error, FT_THROW( e ) )

Definition at line 109 of file pserror.h.

◆ FT_ERR_BASE

#define FT_ERR_BASE   FT_Mod_Err_CF2

Definition at line 49 of file pserror.h.

◆ FT_ERR_PREFIX

#define FT_ERR_PREFIX   CF2_Err_

Definition at line 48 of file pserror.h.

Function Documentation

◆ cf2_setError()

FT_BEGIN_HEADER cf2_setError ( FT_Error error,
FT_Error  value 
)

Definition at line 44 of file pserror.c.

46 {
47 if ( error && !*error )
48 *error = value;
49 }
#define error(str)
Definition: mkdosfs.c:1605
Definition: pdh_main.c:94

Referenced by cf2_getGlyphOutline(), and cf2_interpT2CharString().