TryGetGlyph(Int32, out ShxGlyph) Method

Definition

Assembly ProCad.Rendering.dll

Attempts to retrieve cached glyph geometry for the provided code point.

bool TryGetGlyph(int codePoint, [NotNullWhen(true)] scoped out ShxGlyph glyph)

Parameters

codePoint
Int32
glyph
ShxGlyph

Returns