WebFontAsset

Overview

WebFontAsset is a class in Aspose.Font FOSS for Python.

WebFontAsset.filename stores the original font file name as a string.

Properties: data, filename, media_type.

Properties

NameTypeAccessDescription
filenamestrReadGets the filename.
media_typestrReadGets the media type.
databytesReadGets the data.

See Also