Skip to content

Commit e125661

Browse files
feat: Font.svg.get_FontWeight ( Fixes #10 )
1 parent 093fde4 commit e125661

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Types/Font.svg/get_FontWeight.ps1

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

0 commit comments

Comments
 (0)