We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Font.svg.GetGlyph()
1 parent 0099ca5 commit 225e240Copy full SHA for 225e240
1 file changed
Types/Font.svg/GetGlyph.ps1
@@ -0,0 +1,4 @@
1
+param([string]$value)
2
+$this |
3
+ Select-Xml -Namespace @{s='http://www.w3.org/2000/svg'} -XPath "//s:glyph[@unicode='$($value -replace "'", "''")']" |
4
+ Select-Object -ExpandProperty Node
0 commit comments