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.get_FontFace
1 parent 3965305 commit e8ebf33Copy full SHA for e8ebf33
1 file changed
Types/Font.svg/get_FontFace.ps1
@@ -0,0 +1,3 @@
1
+$this |
2
+ Select-Xml -Namespace @{s='http://www.w3.org/2000/svg'} -XPath //s:font-face |
3
+ Select-Object -ExpandProperty Node
0 commit comments