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 e8ebf33 commit a933798Copy full SHA for a933798
1 file changed
Font.types.ps1xml
@@ -15,4 +15,17 @@
15
</ScriptProperty>
16
</Members>
17
</Type>
18
+ <Type>
19
+ <Name>Font.svg</Name>
20
+ <Members>
21
+ <ScriptProperty>
22
+ <Name>FontFace</Name>
23
+ <GetScriptBlock>
24
+ $this |
25
+ Select-Xml -Namespace @{s='http://www.w3.org/2000/svg'} -XPath //s:font-face |
26
+ Select-Object -ExpandProperty Node
27
+ </GetScriptBlock>
28
+ </ScriptProperty>
29
+ </Members>
30
+ </Type>
31
</Types>
0 commit comments