#include <ZMFTypes.h>
Public Member Functions | |
Font () | |
Public Attributes | |
librevenge::RVNGString | name |
double | size |
bool | isBold |
bool | isItalic |
boost::optional< Fill > | fill |
boost::optional< Pen > | outline |
|
inline |
boost::optional<Fill> libzmf::Font::fill |
Referenced by libzmf::ZMF4Parser::readFont().
bool libzmf::Font::isBold |
Referenced by libzmf::ZMF4Parser::readFont().
bool libzmf::Font::isItalic |
Referenced by libzmf::ZMF4Parser::readFont().
librevenge::RVNGString libzmf::Font::name |
Referenced by libzmf::ZMF4Parser::readFont().
boost::optional<Pen> libzmf::Font::outline |
Referenced by libzmf::ZMF4Parser::readFont().
double libzmf::Font::size |
Referenced by libzmf::ZMF4Parser::readFont().