#include "graphite2/Font.h"
#include "inc/Font.h"
usingnamespacegraphite2;
extern "C" {
void gr_engine_version(int *nMajor, int *nMinor, int *nBugFix)
{ … }
gr_font* gr_make_font(float ppm, const gr_face *face)
{ … }
gr_font* gr_make_font_with_ops(float ppm, const void* appFontHandle, const gr_font_ops * font_ops, const gr_face * face)
{ … }
gr_font* gr_make_font_with_advance_fn(float ppm, const void* appFontHandle, gr_advance_fn getAdvance, const gr_face * face)
{ … }
void gr_font_destroy(gr_font *font)
{ … }
}