Skip to content

Commit a9f211f

Browse files
StartAutomatingStartAutomating
authored andcommitted
feat: Font.svg.get_Ascent ( Fixes #14 )
1 parent a6b321a commit a9f211f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Font.types.ps1xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@
3434
<Name>FontFamily</Name>
3535
<ReferencedMemberName>FamilyName</ReferencedMemberName>
3636
</AliasProperty>
37+
<ScriptProperty>
38+
<Name>Ascent</Name>
39+
<GetScriptBlock>
40+
$this.FontFace.'ascent' -as [float]
41+
</GetScriptBlock>
42+
</ScriptProperty>
3743
<ScriptProperty>
3844
<Name>BoundingBox</Name>
3945
<GetScriptBlock>

0 commit comments

Comments
 (0)