Add files for new 'dense' module
This commit is contained in:
parent
8faf57dd17
commit
7511d64e60
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"files.associations": {
|
||||
"ftoutln.h": "c"
|
||||
}
|
||||
}
|
|
@ -75,9 +75,9 @@
|
|||
#undef OS_INLINE
|
||||
#define OS_INLINE static __inline__
|
||||
#endif
|
||||
#include <CoreServices/CoreServices.h>
|
||||
#include <ApplicationServices/ApplicationServices.h>
|
||||
#include <sys/syslimits.h> /* PATH_MAX */
|
||||
// #include <CoreServices/CoreServices.h>
|
||||
// #include <ApplicationServices/ApplicationServices.h>
|
||||
// #include <sys/syslimits.h> /* PATH_MAX */
|
||||
#else
|
||||
#include <Resources.h>
|
||||
#include <Fonts.h>
|
||||
|
|
|
@ -38,5 +38,5 @@
|
|||
|
||||
#endif /* FT2BUILD_H_ */
|
||||
|
||||
|
||||
#define FT2_BUILD_LIBRARY
|
||||
/* END */
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
/** For building a single object of the entire module */
|
||||
|
||||
/* END */
|
|
@ -0,0 +1,3 @@
|
|||
/** The rasterizer for the 'dense' renderer */
|
||||
|
||||
/* END */
|
|
@ -0,0 +1,7 @@
|
|||
|
||||
#ifndef FTDENSE_H_
|
||||
#define FTDENSE_H_
|
||||
|
||||
#endif /* FTDENSE_H_ */
|
||||
|
||||
/* END */
|
|
@ -0,0 +1,8 @@
|
|||
/** Common error defines */
|
||||
|
||||
#ifndef FTDENSEERRS_H_
|
||||
#define FTDENSEERRS_H_
|
||||
|
||||
#endif /* FTDENSEERRS_H_ */
|
||||
|
||||
/* END */
|
|
@ -0,0 +1,3 @@
|
|||
/** The 'dense' renderer */
|
||||
|
||||
/* END */
|
|
@ -0,0 +1,7 @@
|
|||
|
||||
#ifndef FTDENSEREND_H_
|
||||
#define FTDENSEREND_H_
|
||||
|
||||
#endif /* FTDENSEREND_H_ */
|
||||
|
||||
/* END */
|
Loading…
Reference in New Issue