getFontName

AssetManagerInterface::getFontName

Returns the name of the font.

Declaration

virtual std::string getFontName(const Font* font) = 0;

Parameters

Name

Type

Description

font

const Font*

The Font to get the name of.

Returns

The name of the Font if it exists, else, returns the empty string "".