| 232 | } |
| 233 | |
| 234 | void FontsDestroy() |
| 235 | { |
| 236 | for (int iFont = 0; iFont < NUM_FONTS; iFont++) |
| 237 | { |
| 238 | DeleteObject(g_aFontConfig[iFont]._hFont); |
| 239 | g_aFontConfig[iFont]._hFont = NULL; |
| 240 | } |
| 241 | } |
| 242 | |
| 243 | //=========================================================================== |
| 244 | Update_t CmdConfigGetFont(int nArgs) |