ITextStudioShapedGlyphPreparationBackend
public interface ITextStudioShapedGlyphPreparationBackendOptional authoring capability for shaping representative text independently from the live backend target. Implementations must not replace target text or retain the returned snapshot.
Methods
Section titled “Methods”
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