Hello,
Can you please help me how to solve the problem with usage of custom fonts on Linux. I embedded them into C# project and use this part of code
List fontSources = new List(fontSettings.GetFontsSources());
string…...Embedding custom true type fonts in Word document in Linux -...FolderFontSource(targetFolderPath, true); fontSources.Add(folderFontSource);...