Export recently added API
We should remove this alias mess.
This commit is contained in:
parent
ffda7c0e81
commit
a9e7b0494e
|
@ -255,3 +255,7 @@ FcMakeDirectory (const FcChar8 *dir)
|
|||
FcStrFree (parent);
|
||||
return ret;
|
||||
}
|
||||
|
||||
#define __fccompat__
|
||||
#include "fcaliastail.h"
|
||||
#undef __fccompat__
|
||||
|
|
|
@ -205,3 +205,7 @@ FcRangeSerialize (FcSerialize *serialize, const FcRange *r)
|
|||
|
||||
return r_serialize;
|
||||
}
|
||||
|
||||
#define __fcrange__
|
||||
#include "fcaliastail.h"
|
||||
#undef __fcrange__
|
||||
|
|
|
@ -360,3 +360,7 @@ FcIsFsMtimeBroken (const FcChar8 *dir)
|
|||
|
||||
return FcFalse;
|
||||
}
|
||||
|
||||
#define __fcstat__
|
||||
#include "fcaliastail.h"
|
||||
#undef __fcstat__
|
||||
|
|
|
@ -82,3 +82,7 @@ FcWeightToOpenType (int fc_weight)
|
|||
/* Interpolate between two items. */
|
||||
return lerp (fc_weight, map[i-1].fc, map[i].fc, map[i-1].ot, map[i].ot);
|
||||
}
|
||||
|
||||
#define __fcweight__
|
||||
#include "fcaliastail.h"
|
||||
#undef __fcweight__
|
||||
|
|
Loading…
Reference in New Issue