FontData

Overview

FontData is a class in Aspose.Slides FOSS for C++.

Represents font information used in a presentation.

This class provides 4 methods for working with FontData objects in C++ programs. Available methods include: FontData, font_name, get_font_name, set_font_name. All public members are accessible to any C++ application after installing the Aspose.Slides FOSS for C++ package.

Methods

SignatureDescription
FontData(font_name: std::string_view)Constructs FontData with the given typeface name.
font_name()std::stringReturns the font name (typeface).
get_font_name(theme: void)std::stringReturns 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).

See Also