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
cfx_stockfontarray.h
Go to the documentation of this file.
1
// Copyright 2017 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_FPDFAPI_FONT_CFX_STOCKFONTARRAY_H_
8
#
define
CORE_FPDFAPI_FONT_CFX_STOCKFONTARRAY_H_
9
10
#
include
<
array
>
11
12
#
include
"core/fxcrt/retain_ptr.h"
13
#
include
"core/fxge/cfx_fontmapper.h"
14
15
class
CPDF_Font
;
16
17
class
CFX_StockFontArray
{
18
public
:
19
CFX_StockFontArray
();
20
~
CFX_StockFontArray
();
21
22
RetainPtr
<
CPDF_Font
>
GetFont
(
CFX_FontMapper
::
StandardFont
index)
const
;
23
void
SetFont
(
CFX_FontMapper
::
StandardFont
index,
RetainPtr
<
CPDF_Font
> pFont);
24
25
private
:
26
std
::array<
RetainPtr
<
CPDF_Font
>, 14> m_StockFonts;
27
};
28
29
#
endif
// CORE_FPDFAPI_FONT_CFX_STOCKFONTARRAY_H_
CHECK_LT
#define CHECK_LT(x, y)
Definition
check_op.h:12
CFX_FontMapper
Definition
cfx_fontmapper.h:31
CFX_FontMapper::StandardFont
StandardFont
Definition
cfx_fontmapper.h:33
CFX_StockFontArray
Definition
cfx_stockfontarray.h:17
CFX_StockFontArray::~CFX_StockFontArray
~CFX_StockFontArray()
Definition
cfx_stockfontarray.cpp:18
CFX_StockFontArray::CFX_StockFontArray
CFX_StockFontArray()
CFX_StockFontArray::SetFont
void SetFont(CFX_FontMapper::StandardFont index, RetainPtr< CPDF_Font > pFont)
Definition
cfx_stockfontarray.cpp:36
CFX_StockFontArray::GetFont
RetainPtr< CPDF_Font > GetFont(CFX_FontMapper::StandardFont index) const
Definition
cfx_stockfontarray.cpp:30
CPDF_Dictionary::DictMap
std::map< ByteString, RetainPtr< CPDF_Object >, std::less<> > DictMap
Definition
cpdf_dictionary.h:31
CPDF_Font
Definition
cpdf_font.h:37
fxcrt::RetainPtr
Definition
retain_ptr.h:28
std
[33]
Definition
src_corelib_tools_qhash.cpp:421
qtwebengine
src
3rdparty
chromium
third_party
pdfium
core
fpdfapi
font
cfx_stockfontarray.h
Generated on
for Qt by
1.14.0