~widelands-dev/widelands/trunk

« back to all changes in this revision

Viewing changes to src/graphic/text/font_set.cc

  • Committer: The Widelands Bunnybot
  • Date: 2024-10-19 13:45:54 UTC
  • Revision ID: bunnybot@widelands.org-20241019134554-kz2gcbecf0y7bd7n
170 files were automatically formatted.

(by bunnybot)
5a9087b08ab9bbc48795ff0f7f1f370f60108b1a

Show diffs side-by-side

added added

removed removed

Lines of Context:
217
217
                                log_err("Could not read locale fontset for: %s\n", localename.c_str());
218
218
                                locale_fontsets.insert(std::make_pair(localename, FontSets::Selector::kDefault));
219
219
                        }  // End read locale from table
220
 
                }     // End scan locales directory
 
220
                }  // End scan locales directory
221
221
        } catch (const LuaError& err) {
222
222
                log_err("Could not read locales fontset information from file: %s\n", err.what());
223
223
                return;  // Nothing more can be done now.
224
 
        }           // End read locales table
 
224
        }  // End read locales table
225
225
 
226
226
        // Check if all selectors have a fontset
227
227
        for (int i = static_cast<int>(FontSets::Selector::kDefault);