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.Glyph.get_PathData
1 parent 9677907 commit e4be38cCopy full SHA for e4be38c
1 file changed
Types/Font.Glyph/get_PathData.ps1
@@ -0,0 +1,9 @@
1
+<#
2
+.SYNOPSIS
3
+ Gets the glyph path data
4
+.DESCRIPTION
5
+ Gets the glyph path data.
6
+
7
+ Glyph paths are drawn upside down by default.
8
+#>
9
+$this.d
0 commit comments