FontV Class

Namespace: Stimulsoft.Base.Drawing

Inheritance

Implements: IDisposable

Constructors

Constructor Description
FontV(string name, bytecontent , string path, string extension, bool allowFileCache, string hash, PrivateFontCollection masterFontCollection)  

FontV(name: string, **: bytecontent, **path: string, extension: string, allowFileCache: bool, hash: string, masterFontCollection: PrivateFontCollection)

Parameters

  • name (string)
  • ** (bytecontent)
  • path (string)
  • extension (string)
  • allowFileCache (bool)
  • hash (string)
  • masterFontCollection (PrivateFontCollection)

Properties

Property Type Description
FilePath string  
IsCachePath bool  
Name string  

Methods

Method Returns Description
Dispose void  
GetFontFamily FontFamily  

Method Details

Dispose

Dispose(): void


GetFontFamily

GetFontFamily(name: string): FontFamily

Parameters

  • name (string)

Returns FontFamily

Fields

Field Type Description
Content byte[]