summaryrefslogtreecommitdiff
path: root/fontforge/exelibstamp.pre
blob: 0914a3a1380dd67b882a07fce84629195bd40599 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#include "fontforge.h"
#include "baseviews.h"
#include "libffstamp.h"

struct library_version_configuration exe_library_version_configuration = {
    REPLACE_ME_WITH_MAJOR_VERSION,
    REPLACE_ME_WITH_MINOR_VERSION,
    LibFF_ModTime,
    LibFF_ModTime_Str,
    LibFF_VersionDate,
    sizeof(struct library_version_configuration),
    sizeof(struct splinefont),
    sizeof(struct splinechar),
    sizeof(struct fontviewbase),
    sizeof(struct charviewbase),
    sizeof(struct cvcontainer),

#ifdef FONTFORGE_CONFIG_DEVICETABLES
    1,
#else
    0,
#endif

#ifdef FONTFORGE_CONFIG_TYPE3
    1,
#else
    0,
#endif

#ifdef _NO_PYTHON
    0,
#else
    1,
#endif
    0xff		/* Not currently defined */
};