---
title: "Font FallBack Settings for Google Noto Fonts in C++"
---


Aspose.Words provides predefined font fallback settings for Google Noto fonts. These are free fonts licensed under SIL Open Font License, that can be downloaded from Google Noto Fonts. The **FontFallbackSettings** class provides a [LoadNotoFallbackSettings](https://reference.aspose.com/words/cpp/aspose.words.fonts/fontfallbacksettings/loadnotofallbacksettings/) method. It loads predefined fallback settings, which use Google Noto fonts as shown in the code example below:

{{< gist "aspose-words-gists" "d55d8631947d283b1f0da99afa06c492" "cpp-Rendering-Printing-WorkingWithFontSettings-SetPredefinedFontFallbackSettings.cpp" >}}

{{% alert color="primary" %}}

Only Sans style Noto fonts with regular weight are used in predefined settings.

See also:

- [Google Noto Fonts](https://fonts.google.com/noto) to download free fonts

{{% /alert %}}
