You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the layer I want to be creating Snippets, I won't know whether colored formatting is appropriate or not. That seems like a concern for when converting into a DisplayList.
The text was updated successfully, but these errors were encountered:
The way you construct the Snippet is flexible, and all that matters is that in the end you pass the right data to building Display List.
Maybe what you're reporting here is that FormatOptions are not a property of Snippet and instead should be separate and passed together into DisplayList builder?
Maybe what you're reporting here is that FormatOptions are not a property of Snippet and instead should be separate and passed together into DisplayList builder?
Yes, separating styling from semantic information.
At the layer I want to be creating
Snippet
s, I won't know whether colored formatting is appropriate or not. That seems like a concern for when converting into aDisplayList
.The text was updated successfully, but these errors were encountered: