FontsSubsystem.AddFont

AddFont(Stream, string)

Add the font.

public void AddFont(Stream stream, string tempFolder)
ParameterTypeDescription
streamStreamThe stream containing the font.
tempFolderStringThe temp Folder.

See Also


AddFont(Stream)

Add the font.

public void AddFont(Stream stream)
ParameterTypeDescription
streamStreamThe stream containing the font.

See Also


AddFont(string)

Add the font.

public void AddFont(string file)
ParameterTypeDescription
fileStringThe path to the file containing the font.

See Also