LibreOffice Module vcl (master)
1
|
#include <memory>
#include <i18nlangtag/languagetag.hxx>
#include <i18nlangtag/mslangid.hxx>
#include <unotools/configmgr.hxx>
#include <unotools/fontdefs.hxx>
#include <o3tl/sorted_vector.hxx>
#include <outdev.h>
#include <PhysicalFontCollection.hxx>
Go to the source code of this file.
Functions | |
static ImplFontAttrs | lcl_IsCJKFont (const OUString &rFontName) |
static bool | FindMetricCompatibleFont (FontSelectPattern &rFontSelData) |
Variables | |
const std::vector< std::pair< OUString, OUString > > | aMetricCompatibleMap |
|
static |
Definition at line 931 of file PhysicalFontCollection.cxx.
References aMetricCompatibleMap, GetEnglishSearchFontName(), and FontSelectPattern::maSearchName.
Referenced by PhysicalFontCollection::FindFontFamily().
|
static |
Definition at line 30 of file PhysicalFontCollection.cxx.
Referenced by PhysicalFontCollection::FindFontFamily().
const std::vector<std::pair<OUString, OUString> > aMetricCompatibleMap |
Definition at line 921 of file PhysicalFontCollection.cxx.
Referenced by FindMetricCompatibleFont().