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_FontWeight
1 parent 093fde4 commit e125661Copy full SHA for e125661
1 file changed
Types/Font.svg/get_FontWeight.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-weight
0 commit comments