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 | |
vcl | |
Macros | |
#define | FontAlign TextAlign |
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 & | |||
) |
Definition at line 508 of file font/font.cxx.
References basegfx::fround(), vcl::Font::GetAverageFontWidth(), Application::GetDefaultDevice(), vcl::Font::GetFontSize(), Size::getHeight(), Size::getWidth(), vcl::Font::mpImplFont, ReadImplFont(), and vcl::Font::SetAverageFontWidth().
VCL_DLLPUBLIC SvStream& WriteFont | ( | SvStream & | rOStm, |
const vcl::Font & | |||
) |
Definition at line 566 of file font/font.cxx.
References vcl::Font::GetAverageFontWidth(), Application::GetDefaultDevice(), vcl::Font::GetFontSize(), Size::getHeight(), Size::getWidth(), vcl::Font::mpImplFont, vcl::Font::SetAverageFontWidth(), and WriteImplFont().