VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Fonts Namespace / FileFontProgramsController Class / TryGetSystemFontDirectory(String) Method
Syntax Requirements SeeAlso
In This Topic
TryGetSystemFontDirectory(String) Method (FileFontProgramsController)
In This Topic
Tries to get directory that contains system fonts.
Syntax
'Declaration

Protected Overridable Function TryGetSystemFontDirectory( _
ByRef systemFontDirectory
The directory with system fonts.
As System.String _
) As Boolean
protected virtual bool TryGetSystemFontDirectory(
out System.String systemFontDirectory
)

Parameters

systemFontDirectory
The directory with system fonts.

Return Value

True if directory is found; otherwise, false.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also