LibreOffice Module vcl (master) 1
Variables
fontmetric.cxx File Reference
#include <sal/config.h>
#include <i18nlangtag/mslangid.hxx>
#include <officecfg/Office/Common.hxx>
#include <sal/log.hxx>
#include <tools/stream.hxx>
#include <unotools/configmgr.hxx>
#include <vcl/metric.hxx>
#include <vcl/outdev.hxx>
#include <font/FontSelectPattern.hxx>
#include <font/PhysicalFontFace.hxx>
#include <font/LogicalFontInstance.hxx>
#include <font/FontMetricData.hxx>
#include <sft.hxx>
#include <com/sun/star/uno/Sequence.hxx>
#include <comphelper/sequence.hxx>
#include <hb-ot.h>
Include dependency graph for fontmetric.cxx:

Go to the source code of this file.

Variables

constexpr auto ASCENT_OS2 = static_cast<hb_ot_metrics_tag_t>(HB_TAG('O', 'a', 's', 'c'))
 
constexpr auto DESCENT_OS2 = static_cast<hb_ot_metrics_tag_t>(HB_TAG('O', 'd', 's', 'c'))
 
constexpr auto LINEGAP_OS2 = static_cast<hb_ot_metrics_tag_t>(HB_TAG('O', 'l', 'g', 'p'))
 
constexpr auto ASCENT_HHEA = static_cast<hb_ot_metrics_tag_t>(HB_TAG('H', 'a', 's', 'c'))
 
constexpr auto DESCENT_HHEA = static_cast<hb_ot_metrics_tag_t>(HB_TAG('H', 'd', 's', 'c'))
 
constexpr auto LINEGAP_HHEA = static_cast<hb_ot_metrics_tag_t>(HB_TAG('H', 'l', 'g', 'p'))
 

Variable Documentation

◆ ASCENT_HHEA

constexpr auto ASCENT_HHEA = static_cast<hb_ot_metrics_tag_t>(HB_TAG('H', 'a', 's', 'c'))
constexpr

Definition at line 424 of file fontmetric.cxx.

Referenced by FontMetricData::ImplCalcLineSpacing().

◆ ASCENT_OS2

constexpr auto ASCENT_OS2 = static_cast<hb_ot_metrics_tag_t>(HB_TAG('O', 'a', 's', 'c'))
constexpr

Definition at line 421 of file fontmetric.cxx.

Referenced by FontMetricData::ImplCalcLineSpacing().

◆ DESCENT_HHEA

constexpr auto DESCENT_HHEA = static_cast<hb_ot_metrics_tag_t>(HB_TAG('H', 'd', 's', 'c'))
constexpr

Definition at line 425 of file fontmetric.cxx.

Referenced by FontMetricData::ImplCalcLineSpacing().

◆ DESCENT_OS2

constexpr auto DESCENT_OS2 = static_cast<hb_ot_metrics_tag_t>(HB_TAG('O', 'd', 's', 'c'))
constexpr

Definition at line 422 of file fontmetric.cxx.

Referenced by FontMetricData::ImplCalcLineSpacing().

◆ LINEGAP_HHEA

constexpr auto LINEGAP_HHEA = static_cast<hb_ot_metrics_tag_t>(HB_TAG('H', 'l', 'g', 'p'))
constexpr

Definition at line 426 of file fontmetric.cxx.

Referenced by FontMetricData::ImplCalcLineSpacing().

◆ LINEGAP_OS2

constexpr auto LINEGAP_OS2 = static_cast<hb_ot_metrics_tag_t>(HB_TAG('O', 'l', 'g', 'p'))
constexpr

Definition at line 423 of file fontmetric.cxx.

Referenced by FontMetricData::ImplCalcLineSpacing().