Font.Save

Save(Stream)

Saves the Font into original format.

public virtual void Save(Stream stream)
ParameterTypeDescription
streamStreamStream to save font.

Remarks

Note: following Font types are supported for saving: New TTF Fonts; TTF Font subsets; CFF Font subsets; Type1 Font subsets.

See Also


Save(string)

Saves the Font into original format.

public virtual void Save(string fileName)
ParameterTypeDescription
fileNameStringFile to save font.

Remarks

Note: following Font types are supported for saving: New TTF Fonts; TTF Font subsets; CFF Font subsets; Type1 Font subsets.

See Also