Skip to content

Commit e8ebf33

Browse files
feat: Font.svg.get_FontFace ( Fixes #7 )
1 parent 3965305 commit e8ebf33

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Types/Font.svg/get_FontFace.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
$this |
2+
Select-Xml -Namespace @{s='http://www.w3.org/2000/svg'} -XPath //s:font-face |
3+
Select-Object -ExpandProperty Node

0 commit comments

Comments
 (0)