getEmbeddedFontAsOpenType method

getEmbeddedFontAsOpenType(style)

Gets an embedded font file in OpenType format. Fonts in Embedded OpenType format are converted to OpenType.

getEmbeddedFontAsOpenType(style: Aspose.Words.Fonts.EmbeddedFontStyle)
ParameterTypeDescription
styleEmbeddedFontStyleSpecifies the font style to retrieve.

Returns

Returns null if the specified font is not embedded.

See Also