#include <iostream>
#include <pango/pango.h>
#include <freetype/freetype.h>
Go to the source code of this file.
Functions | |
| void | writeGlyphRoutine (std::ostream &os, PangoContext *const pPangoCtx, FT_Glyph glyph) |
| Generate the Postscript commands to draw the glyph using the font in pPangoCtx. | |
Copyright (C) 2003 Larry Siden. See README file in project root directory for copyright and contact info. See COPYING file in project root for terms of re-distribution.
|
||||||||||||||||
|
Generate the Postscript commands to draw the glyph using the font in pPangoCtx.
|
1.3.9.1