---
title: "C++中Google Noto字体的字体FallBack设置"
---

Aspose.Words为Google Noto字体提供预定义的字体回退设置。 这些是根据SIL开放字体许可证授权的免费字体，可以从Google Noto字体下载。 **FontFallbackSettings**类提供[LoadNotoFallbackSettings](https://reference.aspose.com/words/cpp/aspose.words.fonts/fontfallbacksettings/loadnotofallbacksettings/)方法。 它加载预定义的回退设置，这些设置使用Google Noto字体，如下面的代码示例所示:

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

```

在预定义设置中仅使用具有规则权重的Sans样式Noto字体。

请参阅:

- [Google Noto字体](https://fonts.google.com/noto) 下载免费字体

```
