PoDoFo 0.9.20
|
#include <PdfFontTrueTypeSubset.h>
Static Public Member Functions | |
static void | BuildFont (std::string &output, const PdfFontMetrics &metrics, const GIDList &gidList) |
This class is able to build a new TTF font with only certain glyphs from an existing font.
|
static |
Actually generate the subsetted font Create a new PdfFontTrueTypeSubset from an existing TTF font file retrived from a font metrics
output | write the font to this buffer |
metrics | font metrics object for this font |
gidList | a list of gids to load |