27#include <harfbuzz/hb.h>
31#include <freetype2/ft2build.h>
45 FT_Library_Version(
library, &major, &minor, &patch );
48 return wxString::Format(
"%d.%d.%d", major, minor, patch );
54 return wxString::FromUTF8( HB_VERSION_STRING );
66 return wxString::Format(
"FreeType %s HarfBuzz %s",
FreeType(),
HarfBuzz() );
static wxString FontLibrary()
static wxString FontConfig()
static wxString FreeType()
static wxString HarfBuzz()
static wxString Version()