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 "core/fxcrt/retain_ptr.h"
11#include "core/fxge/cfx_fontmapper.h"
12
13class CPDF_Font;
14
16 public:
19
22
23 private:
24 RetainPtr<CPDF_Font> m_StockFonts[14];
25};
26
27#endif // CORE_FPDFAPI_FONT_CFX_STOCKFONTARRAY_H_
void SetFont(CFX_FontMapper::StandardFont index, RetainPtr< CPDF_Font > pFont)
RetainPtr< CPDF_Font > GetFont(CFX_FontMapper::StandardFont index) const