Font.Save
Save(Stream)
Saves the Font into original format.
public virtual void Save(Stream stream)
| Parameter | Type | Description | 
|---|---|---|
| stream | Stream | Stream 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
- class Font
 - namespace Aspose.Font
 - assembly Aspose.Font
 
Save(string)
Saves the Font into original format.
public virtual void Save(string fileName)
| Parameter | Type | Description | 
|---|---|---|
| fileName | String | File 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
- class Font
 - namespace Aspose.Font
 - assembly Aspose.Font