Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
fx_font.h
Go to the documentation of this file.
1// Copyright 2014 The PDFium Authors
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
6
7#ifndef CORE_FXGE_FX_FONT_H_
8#define CORE_FXGE_FX_FONT_H_
9
10#include <vector>
11
12#include "core/fxcrt/bytestring.h"
13#include "core/fxcrt/fx_coordinates.h"
14#include "third_party/base/containers/span.h"
15
16/* Font pitch and family flags */
17#define FXFONT_FF_FIXEDPITCH (1 << 0)
18#define FXFONT_FF_ROMAN (1 << 4)
19#define FXFONT_FF_SCRIPT (4 << 4)
20
21/* Typical weight values */
22#define FXFONT_FW_NORMAL 400
23#define FXFONT_FW_BOLD 700
24#define FXFONT_FW_BOLD_BOLD 900
25
26/* Font styles as defined in PDF 1.7 Table 5.20 */
27#define FXFONT_NORMAL (0)
28#define FXFONT_FIXED_PITCH (1 << 0)
29#define FXFONT_SERIF (1 << 1)
30#define FXFONT_SYMBOLIC (1 << 2)
31#define FXFONT_SCRIPT (1 << 3)
32#define FXFONT_NONSYMBOLIC (1 << 5)
33#define FXFONT_ITALIC (1 << 6)
34#define FXFONT_ALLCAP (1 << 16)
35#define FXFONT_SMALLCAP (1 << 17)
36#define FXFONT_FORCE_BOLD (1 << 18)
37
38/* Other font flags */
39#define FXFONT_USEEXTERNATTR 0x80000
40
41// These numbers come from the OpenType name table specification.
42constexpr uint16_t kNamePlatformAppleUnicode = 0;
43constexpr uint16_t kNamePlatformMac = 1;
44constexpr uint16_t kNamePlatformWindows = 3;
45
46#if defined(PDF_USE_SKIA)
47class SkTypeface;
48
49using CFX_TypeFace = SkTypeface;
50#endif
51
52class TextGlyphPos;
53
54FX_RECT GetGlyphsBBox(const std::vector<TextGlyphPos>& glyphs, int anti_alias);
55
56ByteString GetNameFromTT(pdfium::span<const uint8_t> name_table, uint32_t name);
57size_t GetTTCIndex(pdfium::span<const uint8_t> pFontData, size_t font_offset);
58
59inline bool FontStyleIsForceBold(uint32_t style) {
60 return !!(style & FXFONT_FORCE_BOLD);
61}
62inline bool FontStyleIsItalic(uint32_t style) {
63 return !!(style & FXFONT_ITALIC);
64}
65inline bool FontStyleIsFixedPitch(uint32_t style) {
66 return !!(style & FXFONT_FIXED_PITCH);
67}
68inline bool FontStyleIsSymbolic(uint32_t style) {
69 return !!(style & FXFONT_SYMBOLIC);
70}
71inline bool FontStyleIsNonSymbolic(uint32_t style) {
72 return !!(style & FXFONT_NONSYMBOLIC);
73}
74inline bool FontStyleIsAllCaps(uint32_t style) {
75 return !!(style & FXFONT_ALLCAP);
76}
77inline bool FontStyleIsSerif(uint32_t style) {
78 return !!(style & FXFONT_SERIF);
79}
80inline bool FontStyleIsScript(uint32_t style) {
81 return !!(style & FXFONT_SCRIPT);
82}
83
84inline bool FontFamilyIsFixedPitch(uint32_t family) {
85 return !!(family & FXFONT_FF_FIXEDPITCH);
86}
87inline bool FontFamilyIsRoman(uint32_t family) {
88 return !!(family & FXFONT_FF_ROMAN);
89}
90inline bool FontFamilyIsScript(int32_t family) {
91 return !!(family & FXFONT_FF_SCRIPT);
92}
93
94wchar_t UnicodeFromAdobeName(const char* name);
95ByteString AdobeNameFromUnicode(wchar_t unicode);
96
97#endif // CORE_FXGE_FX_FONT_H_
CFX_FloatRect(const FX_RECT &rect)
FX_RECT GetOuterRect() const
static constexpr uint32_t MakeTag(char c1, char c2, char c3, char c4)
CFX_FloatRect TransformRect(const CFX_FloatRect &rect) const
CFX_Matrix(float a1, float b1, float c1, float d1, float e1, float f1)
~CPDF_CIDFont() override
size_t CountChar(ByteStringView pString) const override
uint32_t GetNextChar(ByteStringView pString, size_t *pOffset) const override
bool IsCIDFont() const override
const uint8_t * GetCIDTransform(uint16_t cid) const
bool IsUnicodeCompatible() const override
int AppendChar(char *str, uint32_t charcode) const override
CFX_Point16 GetVertOrigin(uint16_t cid) const
int GetCharWidthF(uint32_t charcode) override
const CPDF_CIDFont * AsCIDFont() const override
uint16_t CIDFromCharCode(uint32_t charcode) const
bool Load() override
int GlyphFromCharCode(uint32_t charcode, bool *pVertGlyph) override
int16_t GetVertWidth(uint16_t cid) const
FX_RECT GetCharBBox(uint32_t charcode) override
static float CIDTransformToFloat(uint8_t ch)
bool IsVertWriting() const override
uint32_t CharCodeFromUnicode(wchar_t Unicode) const override
int GetCharSize(uint32_t charcode) const
WideString UnicodeFromCharCode(uint32_t charcode) const override
CPDF_CIDFont * AsCIDFont() override
static CIDSet CharsetFromOrdering(ByteStringView ordering)
CPDF_CMapParser(CPDF_CMap *pCMap)
void ParseWord(ByteStringView word)
bool IsVertWriting() const
Definition cpdf_cmap.h:61
void SetVertical(bool vert)
Definition cpdf_cmap.h:70
~CPDF_CMap() override
static constexpr size_t kDirectMapTableSize
Definition cpdf_cmap.h:37
CIDCoding GetCoding() const
Definition cpdf_cmap.h:75
size_t CountChar(ByteStringView pString) const
uint32_t GetNextChar(ByteStringView pString, size_t *pOffset) const
int AppendChar(char *str, uint32_t charcode) const
void SetCharset(CIDSet set)
Definition cpdf_cmap.h:78
bool IsLoaded() const
Definition cpdf_cmap.h:60
@ MixedTwoBytes
Definition cpdf_cmap.h:42
@ MixedFourBytes
Definition cpdf_cmap.h:43
const fxcmap::CMap * GetEmbedMap() const
Definition cpdf_cmap.h:76
uint16_t CIDFromCharCode(uint32_t charcode) const
void SetAdditionalMappings(std::vector< CIDRange > mappings)
int GetCharSize(uint32_t charcode) const
bool IsDirectCharcodeToCIDTableIsEmpty() const
Definition cpdf_cmap.h:83
void SetMixedFourByteLeadingRanges(std::vector< CodeRange > ranges)
CIDSet GetCharset() const
Definition cpdf_cmap.h:77
void SetDirectCharcodeToCIDTableRange(uint32_t start_code, uint32_t end_code, uint16_t start_cid)
void SetCodingScheme(CodingScheme scheme)
Definition cpdf_cmap.h:71
static CPDF_FontGlobals * GetInstance()
void LoadFontDescriptor(const CPDF_Dictionary *pFontDesc)
virtual uint32_t CharCodeFromUnicode(wchar_t Unicode) const
static bool UseTTCharmapMacRoman(const RetainPtr< CFX_Face > &face)
Definition cpdf_font.h:152
static bool UseTTCharmapMSUnicode(const RetainPtr< CFX_Face > &face)
Definition cpdf_font.h:146
virtual WideString UnicodeFromCharCode(uint32_t charcode) const
static FX_RECT GetCharBBoxForFace(const RetainPtr< CFX_Face > &face)
void CheckFontMetrics()
bool IsEmbedded() const
Definition cpdf_font.h:101
bool operator==(const char *ptr) const
pdfium::span< T > last(size_t count)
pdfium::span< const T > subspan(size_t offset, size_t count=pdfium::dynamic_extent) const
static FixedSizeDataVector Uninit(size_t size)
operator pdfium::span< const T >() const
pdfium::span< const T > first(size_t count) const
FixedSizeDataVector(FixedSizeDataVector< T > &&that) noexcept
FixedSizeDataVector(const FixedSizeDataVector &)=delete
pdfium::span< T > first(size_t count)
static FixedSizeDataVector TryZeroed(size_t size)
static FixedSizeDataVector Zeroed(size_t size)
pdfium::span< const T > last(size_t count) const
FixedSizeDataVector & operator=(const FixedSizeDataVector &)=delete
pdfium::span< T > subspan(size_t offset, size_t count=pdfium::dynamic_extent)
FixedSizeDataVector & operator=(FixedSizeDataVector< T > &&that) noexcept
WideString(wchar_t ch)
CharType operator[](const size_t index) const
Definition widestring.h:146
bool IsEmpty() const
Definition widestring.h:118
CIDSet
@ CIDSET_JAPAN1
@ CIDSET_UNKNOWN
@ CIDSET_GB1
@ CIDSET_NUM_SETS
CIDCoding
Definition cpdf_cmap.h:24
uint32_t CharCodeFromUnicodeForEncoding(fxge::FontEncoding encoding, wchar_t unicode)
FontEncoding
FX_CodePage FX_GetCodePageFromCharset(FX_Charset charset)
size_t FX_WideCharToMultiByte(FX_CodePage codepage, WideStringView wstr, pdfium::span< char > buf)
FX_Charset
Definition fx_codepage.h:70
@ kChineseTraditional
@ kMSWin_EasternEuropean
@ kChineseSimplified
@ kMAC_ChineseTraditional
@ kMAC_ChineseSimplified
@ kMAC_EasternEuropean
size_t FX_MultiByteToWideChar(FX_CodePage codepage, ByteStringView bstr, pdfium::span< wchar_t > buf)
const FX_CharsetUnicodes kFX_CharsetUnicodes[8]
FX_Charset FX_GetCharsetFromCodePage(FX_CodePage codepage)
FX_CodePage FX_GetACP()
FX_Charset FX_GetCharsetFromInt(int value)
FX_CodePage
Definition fx_codepage.h:18
@ kMSWin_EasternEuropean
@ kMAC_ChineseTraditional
@ kMAC_ChineseSimplified
@ kMAC_EasternEuropean
@ kMSDOS_EasternEuropean
@ kMSDOS_FrenchCanadian
@ kMSWin_WesternEuropean
@ kMSDOS_WesternEuropean
bool FX_CharSetIsCJK(FX_Charset uCharset)
bool FontFamilyIsFixedPitch(uint32_t family)
Definition fx_font.h:84
constexpr uint16_t kNamePlatformMac
Definition fx_font.h:43
#define FXFONT_FF_SCRIPT
Definition fx_font.h:19
#define FXFONT_FF_ROMAN
Definition fx_font.h:18
ByteString GetNameFromTT(pdfium::span< const uint8_t > name_table, uint32_t name)
Definition fx_font.cpp:79
bool FontStyleIsSerif(uint32_t style)
Definition fx_font.h:77
bool FontStyleIsFixedPitch(uint32_t style)
Definition fx_font.h:65
#define FXFONT_NONSYMBOLIC
Definition fx_font.h:32
#define FXFONT_SERIF
Definition fx_font.h:29
wchar_t UnicodeFromAdobeName(const char *name)
Definition fx_font.cpp:138
#define FXFONT_FW_NORMAL
Definition fx_font.h:22
FX_RECT GetGlyphsBBox(const std::vector< TextGlyphPos > &glyphs, int anti_alias)
Definition fx_font.cpp:35
bool FontFamilyIsScript(int32_t family)
Definition fx_font.h:90
#define FXFONT_ITALIC
Definition fx_font.h:33
bool FontStyleIsNonSymbolic(uint32_t style)
Definition fx_font.h:71
bool FontStyleIsSymbolic(uint32_t style)
Definition fx_font.h:68
bool FontFamilyIsRoman(uint32_t family)
Definition fx_font.h:87
#define FXFONT_SYMBOLIC
Definition fx_font.h:30
bool FontStyleIsItalic(uint32_t style)
Definition fx_font.h:62
#define FXFONT_SCRIPT
Definition fx_font.h:31
#define FXFONT_FORCE_BOLD
Definition fx_font.h:36
size_t GetTTCIndex(pdfium::span< const uint8_t > pFontData, size_t font_offset)
Definition fx_font.cpp:127
constexpr uint16_t kNamePlatformAppleUnicode
Definition fx_font.h:42
bool FontStyleIsAllCaps(uint32_t style)
Definition fx_font.h:74
ByteString AdobeNameFromUnicode(wchar_t unicode)
Definition fx_font.cpp:142
#define FXFONT_FF_FIXEDPITCH
Definition fx_font.h:17
#define FXFONT_ALLCAP
Definition fx_font.h:34
constexpr uint16_t kNamePlatformWindows
Definition fx_font.h:44
bool FontStyleIsScript(uint32_t style)
Definition fx_font.h:80
bool FontStyleIsForceBold(uint32_t style)
Definition fx_font.h:59
#define FXFONT_FIXED_PITCH
Definition fx_font.h:28
FX_BIDICLASS
Definition fx_unicode.h:13
constexpr wchar_t kBoxDrawingsLightVerical
Definition fx_unicode.h:102
wchar_t GetMirrorChar(wchar_t wch)
constexpr wchar_t kZeroWidthNoBreakSpace
Definition fx_unicode.h:103
constexpr wchar_t kRightSingleQuotationMark
Definition fx_unicode.h:99
constexpr wchar_t kLineSeparator
Definition fx_unicode.h:100
FX_BIDICLASS GetBidiClass(wchar_t wch)
constexpr wchar_t kParagraphSeparator
Definition fx_unicode.h:101
#define CONSTRUCT_VIA_MAKE_RETAIN
Definition retain_ptr.h:224
uint16_t m_StartCID
Definition cpdf_cmap.h:55
uint32_t m_StartCode
Definition cpdf_cmap.h:53
uint8_t m_Lower[4]
Definition cpdf_cmap.h:48
uint8_t m_Upper[4]
Definition cpdf_cmap.h:49
FX_Charset m_Charset
UNOWNED_PTR_EXCLUSION const uint16_t * m_pUnicodes
FX_RECT & operator=(const FX_RECT &that)=default
int32_t bottom
int32_t right
int32_t top
constexpr FX_RECT(int l, int t, int r, int b)
#define UNOWNED_PTR_EXCLUSION