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

Go to the source code of this file.

Functions

 cf2_setError (FT_Error *error, FT_Error value)
 

Function Documentation

◆ cf2_setError()

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().