LibreOffice Module vcl (master) 1
|
#include <sal/config.h>
#include <memory>
#include <i18nlangtag/languagetag.hxx>
#include <i18nlangtag/mslangid.hxx>
#include <unotools/configmgr.hxx>
#include <unotools/fontdefs.hxx>
#include <o3tl/sorted_vector.hxx>
#include <font/PhysicalFontFaceCollection.hxx>
#include <font/PhysicalFontCollection.hxx>
#include <font/fontsubstitution.hxx>
Go to the source code of this file.
Namespaces | |
namespace | vcl |
namespace | vcl::font |
A PhysicalFontFaceCollection is created by a PhysicalFontCollection and becomes invalid when original PhysicalFontCollection is modified. | |
Functions | |
static ImplFontAttrs | lcl_IsCJKFont (std::u16string_view rFontName) |
static bool | vcl::font::FindMetricCompatibleFont (FontSelectPattern &rFontSelData) |
Variables | |
const std::vector< std::pair< OUString, OUString > > | vcl::font::aMetricCompatibleMap |
|
static |
Definition at line 34 of file PhysicalFontCollection.cxx.