LibreOffice Module vcl (master) 1
|
#include <rtl/ustring.hxx>
#include <sal/types.h>
#include <vcl/dllapi.h>
#include <tools/color.hxx>
#include <tools/fontenum.hxx>
#include <tools/long.hxx>
#include <tools/degree.hxx>
#include <i18nlangtag/lang.h>
#include <vcl/fntstyle.hxx>
#include <o3tl/cow_wrapper.hxx>
Go to the source code of this file.
Classes | |
class | vcl::Font |
Namespaces | |
namespace | vcl |
Functions | |
VCL_DLLPUBLIC SvStream & | ReadFont (SvStream &rIStm, vcl::Font &) |
VCL_DLLPUBLIC SvStream & | WriteFont (SvStream &rOStm, const vcl::Font &) |
VCL_DLLPUBLIC SvStream & ReadFont | ( | SvStream & | rIStm, |
vcl::Font & | rFont | ||
) |
Definition at line 167 of file font/font.cxx.
Referenced by SvmReader::FontHandler().
VCL_DLLPUBLIC SvStream & WriteFont | ( | SvStream & | rOStm, |
const vcl::Font & | rFont | ||
) |
Definition at line 168 of file font/font.cxx.
References maLanguageTag, and vcl::Font::mpImplFont.
Referenced by SvmWriter::FontHandler().