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