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_FamilyName
1 parent 8f671dd commit 28c0b87Copy full SHA for 28c0b87
Types/Font.svg/Alias.psd1
@@ -0,0 +1,5 @@
1
+@{
2
+ Family = 'FamilyName'
3
+ FontFamily = 'FamilyName'
4
+ Face = 'FontFace'
5
+}
Types/Font.svg/get_FamilyName.ps1
@@ -0,0 +1,4 @@
+$this |
+ Select-Xml -Namespace @{s='http://www.w3.org/2000/svg'} -XPath //s:font-face |
+ Select-Object -ExpandProperty Node |
+ Select-Object -ExpandProperty font-family
0 commit comments