| Index: core/fxge/ge/fx_ge_text.cpp
|
| diff --git a/core/fxge/ge/fx_ge_text.cpp b/core/fxge/ge/fx_ge_text.cpp
|
| index 6b456c2eaa0eaf328736adf671b0c0406aaade86..cf349eb9c07103674ff81e24aadedcb7574d2132 100644
|
| --- a/core/fxge/ge/fx_ge_text.cpp
|
| +++ b/core/fxge/ge/fx_ge_text.cpp
|
| @@ -933,12 +933,16 @@ const CFX_GlyphBitmap* CFX_FaceCache::LoadGlyphBitmap(CFX_Font* pFont,
|
| bFontStyle, dest_width, anti_alias);
|
| #endif
|
| }
|
| +
|
| +CFX_SizeGlyphCache::CFX_SizeGlyphCache() {}
|
| +
|
| CFX_SizeGlyphCache::~CFX_SizeGlyphCache() {
|
| for (const auto& pair : m_GlyphMap) {
|
| delete pair.second;
|
| }
|
| m_GlyphMap.clear();
|
| }
|
| +
|
| #define CONTRAST_RAMP_STEP 1
|
| void CFX_Font::AdjustMMParams(int glyph_index, int dest_width, int weight) {
|
| FXFT_MM_Var pMasters = nullptr;
|
|
|