Click or drag to resize

CUnicodeOptionsFontsDirectory Property

Full local path to fonts directory (any folder with *.ttf files). Default value: "c:\windows\fonts\"

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntax
public string FontsDirectory { get; set; }

Property Value

String
Remarks
By default it's set to "c:\windows\fonts\"

Advice for developers who creates ASP.Net or Silverlight projects:

Some hosting providers disables any access to windows directories. For example, GoDaddy doesn't allow to read directory "Windows\Fonts".
We recommend to create own "Fonts" directory in your project and copy *.ttf files to it from "Windows\Fonts". You may copy only several fonts, but we recommend to put the font "Arial Unicode MS" - ARIALUNI.TTF anyway.

See Also