Skip to content

Commit

Permalink
890511: Update the loaded document instance.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sri-hari-haran-g committed Jun 13, 2024
1 parent 4f6e56d commit 26d2150
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,5 @@
char GlyphText = textGlyph.Text;
//Gets the color of the character
Color GlyphColor = textGlyph.TextColor;
//Close the document
loadedDocument.Close(true);

0 comments on commit 26d2150

Please sign in to comment.