LibreOffice Module vcl (master) 1
Classes | Namespaces | Functions
include/vcl/font.hxx File Reference
#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>
Include dependency graph for include/vcl/font.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vcl::Font
 

Namespaces

namespace  vcl
 

Functions

VCL_DLLPUBLIC SvStreamReadFont (SvStream &rIStm, vcl::Font &)
 
VCL_DLLPUBLIC SvStreamWriteFont (SvStream &rOStm, const vcl::Font &)
 

Function Documentation

◆ ReadFont()

VCL_DLLPUBLIC SvStream & ReadFont ( SvStream rIStm,
vcl::Font rFont 
)

Definition at line 167 of file font/font.cxx.

Referenced by SvmReader::FontHandler().

◆ WriteFont()

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().