| Index: core/include/fxge/fx_font.h
|
| diff --git a/core/include/fxge/fx_font.h b/core/include/fxge/fx_font.h
|
| index 3484196187b10a732f34a6b52f2d57b1b74f1c71..571be3f22a2b9a69477ece88dc41560ad05e9a02 100644
|
| --- a/core/include/fxge/fx_font.h
|
| +++ b/core/include/fxge/fx_font.h
|
| @@ -60,14 +60,13 @@ class CFX_Font {
|
| CFX_Font();
|
| ~CFX_Font();
|
|
|
| - FX_BOOL LoadSubst(const CFX_ByteString& face_name,
|
| - FX_BOOL bTrueType,
|
| - FX_DWORD flags,
|
| - int weight,
|
| - int italic_angle,
|
| - int CharsetCP,
|
| - FX_BOOL bVertical = FALSE);
|
| -
|
| + void LoadSubst(const CFX_ByteString& face_name,
|
| + FX_BOOL bTrueType,
|
| + FX_DWORD flags,
|
| + int weight,
|
| + int italic_angle,
|
| + int CharsetCP,
|
| + FX_BOOL bVertical = FALSE);
|
| FX_BOOL LoadEmbedded(const uint8_t* data, FX_DWORD size);
|
|
|
| FX_BOOL LoadFile(IFX_FileRead* pFile,
|
|
|