| Index: core/fxge/include/fx_font.h
|
| diff --git a/core/fxge/include/fx_font.h b/core/fxge/include/fx_font.h
|
| index 78913c6867945d2d5911cadca9e9af0ead98f3a2..c48b1ecaa162ce8654730952e9b1df00a12880e7 100644
|
| --- a/core/fxge/include/fx_font.h
|
| +++ b/core/fxge/include/fx_font.h
|
| @@ -574,11 +574,6 @@ struct FXTEXT_GLYPHPOS {
|
| FX_FLOAT m_fOriginY;
|
| };
|
|
|
| -void Color2Argb(FX_ARGB& argb,
|
| - uint32_t color,
|
| - int alpha_flag,
|
| - void* pIccTransform);
|
| -
|
| FX_RECT FXGE_GetGlyphsBBox(const std::vector<FXTEXT_GLYPHPOS>& glyphs,
|
| int anti_alias,
|
| FX_FLOAT retinaScaleX = 1.0f,
|
|
|