FontData
Übersicht über die
FontData ist eine Klasse in Aspose.Slides FOSS für C++.
Darstellt Schriftinformationen, die in einer Präsentation verwendet werden.
| Signature | Description |
|---|---|
FontData(font_name: std::string_view) | Constructs FontData with the given typeface name. |
font_name() → std::string | Returns the font name (typeface). |
get_font_name(theme: void) → std::string | Returns the font name, resolving against the given theme. Currently ignores the theme and returns the stored name. |
set_font_name(value: std::string) | Sets the font name (typeface). |