Class MemoryFontSource
Class MemoryFontSource
Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)
Represents the single TrueType font file stored in memory.
public class MemoryFontSource : FontSourceBase
Inheritance
object ← FontSourceBase ← MemoryFontSource
Inherited Members
FontSourceBase.Type, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
MemoryFontSource(byte[])
Ctor.
public MemoryFontSource(byte[] fontData)
Parameters
fontData
byte[]
Binary font data.
Properties
FontData
Binary font data.
public byte[] FontData { get; }
Property Value
byte[]
Type
Returns the type of the font source.
public override FontSourceType Type { get; }