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.set_FamilyName
1 parent 14286e9 commit 0ef12cfCopy full SHA for 0ef12cf
Types/Font.svg/set_FamilyName.ps1
@@ -0,0 +1,2 @@
1
+param([string]$FontFamily)
2
+$this.FontFace.'font-family' = $FontFamily
0 commit comments