PrivateFontCollection Class

Namespace: Stimulsoft.Drawing.Text

Inheritance

Inherits from: FontCollection

Constructors

Constructor Description
PrivateFontCollection()  

PrivateFontCollection()

Methods

Method Returns Description
AddFontBytesInternal void  
AddFontFile void  
AddMemoryFont void  

Method Details

AddFontBytesInternal

AddFontBytesInternal(**: bytefontData): void

Parameters

  • ** (bytefontData)

AddFontFile

AddFontFile(filename: string): void

Parameters

  • filename (string)

AddMemoryFont

AddMemoryFont(memory: IntPtr, length: int): void

Parameters

  • memory (IntPtr)
  • length (int)