Skip to content

ITextStudioShapedGlyphPreparationBackend

InterfaceTextStudioTextStudio
public interface ITextStudioShapedGlyphPreparationBackend

Optional authoring capability for shaping representative text independently from the live backend target. Implementations must not replace target text or retain the returned snapshot.

TryCreatePreparationSnapshot(string, out TextStudioShapedGlyphPreparationSnapshot, out string)

Section titled “TryCreatePreparationSnapshot(string, out TextStudioShapedGlyphPreparationSnapshot, out string)”
bool TryCreatePreparationSnapshot(string text, out TextStudioShapedGlyphPreparationSnapshot snapshot, out string error)

Creates a caller-owned shaped glyph snapshot for the supplied representative text.

Parameters

Name Type
text System.String
snapshot TextStudio.TextStudioShapedGlyphPreparationSnapshot
error System.String

Returns

System.Boolean