TryGetFont(String?, CadRenderSceneSettings, out IShxFont?) Method

Definition

Assembly ProCad.Rendering.dll

Attempts to load a SHX/SHP font for the provided filename and settings.

bool TryGetFont(string? fontFile, CadRenderSceneSettings settings, [NotNullWhen(true)] scoped out IShxFont? font)

Parameters

fontFile
String?
font
IShxFont

Returns