Unreviewed changes
1 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:
```
The name of the file: core/fxge/cfx_fontmgr.cpp
Insertions: 0, Deletions: 1.
@@ -16,7 +16,6 @@
#include "core/fxge/cfx_font.h"
#include "core/fxge/cfx_fontmapper.h"
#include "core/fxge/cfx_glyphcache.h"
-#include "core/fxge/cfx_standardfont.h"
#include "core/fxge/fx_font.h"
#include "core/fxge/systemfontinfo_iface.h"
```
```
The name of the file: core/fxge/cfx_fontmapper.cpp
Insertions: 1, Deletions: 2.
@@ -13,6 +13,7 @@
#include <utility>
#include "build/build_config.h"
+#include "core/fxcrt/cfx_read_only_span_stream.h"
#include "core/fxcrt/check_op.h"
#include "core/fxcrt/containers/adapters.h"
#include "core/fxcrt/containers/contains.h"
@@ -30,8 +31,6 @@
namespace {
-
-
struct AltFontFamily {
const char* font_name_; // Raw, POD struct.
const char* font_family_; // Raw, POD struct.
```
Change information
Commit message:
Move standard font data and accessors to CFX_StandardFont
Move the Foxit standard font data arrays (kFoxitFonts,
kGenericSansFont, kGenericSerifFont) from CFX_FontMgr to
CFX_StandardFont.
TAG=agy
CONV=439b75d1-0eaa-431e-88db-03db44aed371
Change-Id: I030ddf21aa7e48186ae77c327c3335eb4f65edac
Files:
- M core/fxge/cfx_fontmapper.cpp
- M core/fxge/cfx_fontmgr.cpp
- M core/fxge/cfx_fontmgr.h
- M core/fxge/cfx_standardfont.cpp
- M core/fxge/cfx_standardfont.h
Change size: M
Delta: 5 files changed, 47 insertions(+), 51 deletions(-)
Branch: refs/heads/main
Submit Requirements:
Code-Review: +1 by Lei Zhang