Function Blam::Content::Fonts::ReloadFont

Function Documentation

HRESULT Blam::Content::Fonts::ReloadFont(std::string id)

Reloads all data for the specified font.

Return

S_OK if no errors occurred, or if the font ID was not found. Anything else should be treated as an error. For details on other return codes, see Blam::Content::Fonts::LoadFont

Parameters
  • id: - The ID of the font to reload.