LASi
|
libLASi provides a C++ output stream interface for writing multi-language Postscript documents. More...
Functions | |
static const std::string | glyph_format_to_string (const FT_Glyph_Format format) |
static const std::string | tag_to_string (const int tag) |
ostream & | operator<< (ostream &os, const FT_Library ft_library) |
ostream & | operator<< (ostream &os, const FT_Face ft_face) |
ostream & | operator<< (ostream &os, const FT_Glyph ft_glyph) |
ostream & | operator<< (ostream &os, const FT_Outline outline) |
libLASi provides a C++ output stream interface for writing multi-language Postscript documents.
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.
|
static |
Referenced by operator<<().
ostream & operator<< | ( | ostream & | os, |
const FT_Face | ft_face ) |
ostream & operator<< | ( | ostream & | os, |
const FT_Glyph | ft_glyph ) |
References glyph_format_to_string().
ostream & operator<< | ( | ostream & | os, |
const FT_Library | ft_library ) |
ostream & operator<< | ( | ostream & | os, |
const FT_Outline | outline ) |
References tag_to_string().
|
static |
Referenced by operator<<().