getEmbeddedFont method

getEmbeddedFont(format, style)

Gets a specific embedded font file.

getEmbeddedFont(format: Aspose.Words.Fonts.EmbeddedFontFormat, style: Aspose.Words.Fonts.EmbeddedFontStyle)
ParameterTypeDescription
formatEmbeddedFontFormatSpecifies the font format to retrieve.
styleEmbeddedFontStyleSpecifies the font style to retrieve.

Returns

Returns null if the specified font is not embedded.

See Also