Skip to content

Commit 54a1eef

Browse files
StartAutomatingStartAutomating
authored andcommitted
feat: Font.Glyph.ToString() ( Fixes #30 )
1 parent 10d3f30 commit 54a1eef

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Font.types.ps1xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ $this.SVG.Save($createdFile.FullName)
3333
Get-Item -LiteralPath $createdFile.FullName
3434
</Script>
3535
</ScriptMethod>
36+
<ScriptMethod>
37+
<Name>ToString</Name>
38+
<Script>
39+
"$($this.SVG.OuterXml)"
40+
</Script>
41+
</ScriptMethod>
3642
<ScriptProperty>
3743
<Name>Motion</Name>
3844
<GetScriptBlock>

0 commit comments

Comments
 (0)