font.cpp File Reference

#include <boost/tokenizer.hpp>
#include <boost/lexical_cast.hpp>
#include <wt/font.h>
#include <wt/builtin_font.h>
#include <wt/trace.h>

Include dependency graph for font.cpp:

Go to the source code of this file.

Namespaces

namespace  Wt

Defines

#define DEFAULT_POINTSIZE   18
#define DEFAULT_RENDERING   Blended
#define DEFAULT_ENCODING   ASCII
#define DEFAULT_BACKGROUNDCOLOR   "black"
#define DEFAULT_FOREGROUNDCOLOR   "white"

Functions

std::ostream & Wt::operator<< (std::ostream &s, const Font &f)
 Operator for output streams.


Define Documentation

#define DEFAULT_BACKGROUNDCOLOR   "black"

Definition at line 31 of file font.cpp.

#define DEFAULT_ENCODING   ASCII

Definition at line 30 of file font.cpp.

#define DEFAULT_FOREGROUNDCOLOR   "white"

Definition at line 32 of file font.cpp.

#define DEFAULT_POINTSIZE   18

Definition at line 28 of file font.cpp.

Referenced by Wt::Font::defaultFontSize().

#define DEFAULT_RENDERING   Blended

Definition at line 29 of file font.cpp.


Generated Fri Jul 28 19:23:31 2006.
Copyright © 1998-2003 by the respective authors.

This document is licensed under the terms of the GNU Free Documentation License and may be freely distributed under the conditions given by this license.