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 e125661 commit 89b5b2fCopy full SHA for 89b5b2f
1 file changed
Font.types.ps1xml
@@ -60,6 +60,15 @@
60
Select-Object -ExpandProperty font-style
61
</GetScriptBlock>
62
</ScriptProperty>
63
+ <ScriptProperty>
64
+ <Name>FontWeight</Name>
65
+ <GetScriptBlock>
66
+ $this |
67
+ Select-Xml -Namespace @{s='http://www.w3.org/2000/svg'} -XPath //s:font-face |
68
+ Select-Object -ExpandProperty Node |
69
+ Select-Object -ExpandProperty font-weight
70
+ </GetScriptBlock>
71
+ </ScriptProperty>
72
</Members>
73
</Type>
74
</Types>
0 commit comments