Skip to content

Commit e4be38c

Browse files
feat: Font.Glyph.get_PathData ( Fixes #19 )
1 parent 9677907 commit e4be38c

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Types/Font.Glyph/get_PathData.ps1

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)