FcRangeCopy
3
Fontconfig &version;
FcRangeCopy
Copy a range object
#include <fontconfig/fontconfig.h>
FcRange * FcRangeCopy
const FcRange *range
Description
FcRangeCopy creates a new FcRange object and
populates it with the contents of range.
Since
version 2.11.91
FcRangeCreateDouble
3
Fontconfig &version;
FcRangeCreateDouble
create a range object for double
#include <fontconfig/fontconfig.h>
FcRange * FcRangeCreateDouble
doublebegin
doubleend
Description
FcRangeCreateDouble creates a new FcRange object with
double sized value.
Since
version 2.11.91
FcRangeCreateInteger
3
Fontconfig &version;
FcRangeCreateInteger
create a range object for integer
#include <fontconfig/fontconfig.h>
FcRange * FcRangeCreateInteger
intbegin
intend
Description
FcRangeCreateInteger creates a new FcRange object with
integer sized value.
Since
version 2.11.91
FcRangeDestroy
3
Fontconfig &version;
FcRangeDestroy
destroy a range object
#include <fontconfig/fontconfig.h>
void FcRangeDestroy
FcRange *range
Description
FcRangeDestroy destroys a FcRange object, freeing
all memory associated with it.
Since
version 2.11.91
FcRangeGetDouble
3
Fontconfig &version;
FcRangeGetDouble
Get the range in double
#include <fontconfig/fontconfig.h>
FcBool FcRangeGetDouble
const FcRange *range
double *begin
double *end
Description
Returns in begin and end as the range.
Since
version 2.11.91