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 dbbab48 commit 8f671ddCopy full SHA for 8f671dd
1 file changed
Font.types.ps1xml
@@ -26,6 +26,15 @@
26
Select-Object -ExpandProperty Node
27
</GetScriptBlock>
28
</ScriptProperty>
29
+ <ScriptProperty>
30
+ <Name>FontStyle</Name>
31
+ <GetScriptBlock>
32
+ $this |
33
+ Select-Xml -Namespace @{s='http://www.w3.org/2000/svg'} -XPath //s:font-face |
34
+ Select-Object -ExpandProperty Node |
35
+ Select-Object -ExpandProperty font-style
36
+ </GetScriptBlock>
37
+ </ScriptProperty>
38
</Members>
39
</Type>
40
</Types>
0 commit comments