LASi
drawGlyph.h
Go to the documentation of this file.
1
8#ifndef DRAW_GLYPH_H
9#define DRAW_GLYPH_H
10
11#include <iostream>
12#include <pango/pango.h>
13#include <ft2build.h>
14#include FT_FREETYPE_H
15
19void writeGlyphRoutine(std::ostream& os, PangoContext * const pPangoCtx, FT_Glyph glyph);
20#endif
void writeGlyphRoutine(std::ostream &os, PangoContext *const pPangoCtx, FT_Glyph glyph)
Generate the Postscript commands to draw the glyph using the font in pPangoCtx.