Skip to content

Commit a933798

Browse files
StartAutomatingStartAutomating
authored andcommitted
feat: Font.svg.get_FontFace ( Fixes #7 )
1 parent e8ebf33 commit a933798

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

Font.types.ps1xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,17 @@
1515
</ScriptProperty>
1616
</Members>
1717
</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>
1831
</Types>

0 commit comments

Comments
 (0)