ITextStudioLayoutBackend
public interface ITextStudioLayoutBackendOptional backend capability for publishing semantic glyph layout to Text Studio.
Methods
Section titled “Methods”
TryBuildLayout(in TextStudioBackendLayoutRequest, TextStudioBackendLayoutBuilder)
Section titled “TryBuildLayout(in TextStudioBackendLayoutRequest, TextStudioBackendLayoutBuilder)”bool TryBuildLayout(in TextStudioBackendLayoutRequest request, TextStudioBackendLayoutBuilder builder)Builds and commits layout for the current compiled plan.
Parameters
| Name | Type |
|---|---|
request |
TextStudio.TextStudioBackendLayoutRequest |
builder |
TextStudio.TextStudioBackendLayoutBuilder |
Returns
System.Boolean: true only when a complete compatible layout was committed.
Properties
Section titled “Properties”
IsLayoutReady
Section titled “IsLayoutReady”bool IsLayoutReady { get; }Gets whether layout data can be built for the backend’s current target state.
Returns
System.Boolean