MemoryFontSource Class
Represents single font file source.
Inheritance Hierarchy

Namespace: Aspose.Pdf.Text
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public sealed class MemoryFontSource : FontSource, 
	IDisposable

The MemoryFontSource type exposes the following members.

Constructors
  NameDescription
Public methodMemoryFontSource
Initializes a new instance of MemoryFontSource class.
Properties
  NameDescription
Public propertyFontBytes
Font file byte array.
Methods
  NameDescription
Public methodDispose
Releases internal resources.
Public methodEquals
Check if font file source objects are equal.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also