FontCollection.Add

FontCollection.Add method

Adds new font to font resources and returns automatically assigned name of font resource.

public void Add(Font newFont, out string resName)
ParameterTypeDescription
newFontFontFont object.
resNameString&The automatically assigned resource item name.

See Also