FontsManagerRemoveEmbeddedFont Method |
Removes the embedded font
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax public void RemoveEmbeddedFont(
IFontData fontData
)
Public Sub RemoveEmbeddedFont (
fontData As IFontData
)
public:
virtual void RemoveEmbeddedFont(
IFontData^ fontData
) sealed
abstract RemoveEmbeddedFont :
fontData : IFontData -> unit
override RemoveEmbeddedFont :
fontData : IFontData -> unit
Parameters
- fontData
- Type: Aspose.SlidesIFontData
Implements
IFontsManagerRemoveEmbeddedFont(IFontData)See Also