mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 22:23:29 -07:00
merge
This commit is contained in:
commit
cb50934771
1 changed files with 1 additions and 2 deletions
|
@ -56,6 +56,7 @@ namespace CalculatorApp
|
|||
static Platform::String ^ GetNarratorReadableString(Platform::String ^ rawString);
|
||||
|
||||
private:
|
||||
LocalizationService(_In_ const wchar_t* const overridedLanguage);
|
||||
Windows::Globalization::Fonts::LanguageFont ^ GetLanguageFont(LanguageFontType fontType);
|
||||
Windows::UI::Text::FontWeight ParseFontWeight(Platform::String ^ fontWeight);
|
||||
|
||||
|
@ -73,8 +74,6 @@ namespace CalculatorApp
|
|||
|
||||
static std::unordered_map<std::wstring, std::wstring> GetTokenToReadableNameMap();
|
||||
|
||||
LocalizationService(_In_ const wchar_t * const overridedLanguage);
|
||||
|
||||
static LocalizationService ^ s_singletonInstance;
|
||||
|
||||
Windows::Globalization::Fonts::LanguageFontGroup ^ m_fontGroup;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue