| Index: core/src/fxge/ge/fx_ge_fontmap.cpp
|
| diff --git a/core/src/fxge/ge/fx_ge_fontmap.cpp b/core/src/fxge/ge/fx_ge_fontmap.cpp
|
| index f5d378d55b3ad09c1b915a8798764ab70962b905..4c99765e7d12b54a7c9e8321526334b7536de210 100644
|
| --- a/core/src/fxge/ge/fx_ge_fontmap.cpp
|
| +++ b/core/src/fxge/ge/fx_ge_fontmap.cpp
|
| @@ -859,11 +859,11 @@ typedef struct _FX_FontStyle {
|
| FX_INT32 len;
|
| } FX_FontStyle;
|
| const FX_FontStyle g_FontStyles[] = {
|
| - "Bold", 4,
|
| - "Italic", 6,
|
| - "BoldItalic", 10,
|
| - "Reg", 3,
|
| - "Regular", 7,
|
| + { "Bold", 4 },
|
| + { "Italic", 6 },
|
| + { "BoldItalic", 10 },
|
| + { "Reg", 3 },
|
| + { "Regular", 7 },
|
| };
|
| CFX_ByteString ParseStyle(FX_LPCSTR pStyle, int iLen, int iIndex)
|
| {
|
|
|