AddFontFile()

PrivateFontCollection::AddFontFile(const String&) method

Adds a font from the specified file to the collection.

void System::Drawing::Text::PrivateFontCollection::AddFontFile(const String &filename)

Arguments

ParameterTypeDescription
filenameconst String&A path to the file containing the font to add

See Also