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_Ascent
1 parent a6b321a commit a9f211fCopy full SHA for a9f211f
1 file changed
Font.types.ps1xml
@@ -34,6 +34,12 @@
34
<Name>FontFamily</Name>
35
<ReferencedMemberName>FamilyName</ReferencedMemberName>
36
</AliasProperty>
37
+ <ScriptProperty>
38
+ <Name>Ascent</Name>
39
+ <GetScriptBlock>
40
+ $this.FontFace.'ascent' -as [float]
41
+ </GetScriptBlock>
42
+ </ScriptProperty>
43
<ScriptProperty>
44
<Name>BoundingBox</Name>
45
<GetScriptBlock>
0 commit comments