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_UnitsPerEm
1 parent 9806e12 commit 4fe61c1Copy full SHA for 4fe61c1
1 file changed
Font.types.ps1xml
@@ -34,6 +34,12 @@
34
<Name>FontFamily</Name>
35
<ReferencedMemberName>FamilyName</ReferencedMemberName>
36
</AliasProperty>
37
+ <ScriptProperty>
38
+ <Name>BoundingBox</Name>
39
+ <GetScriptBlock>
40
+ $this.FontFace.bbox -split '\s' -as [float[]]
41
+ </GetScriptBlock>
42
+ </ScriptProperty>
43
<ScriptProperty>
44
<Name>FamilyName</Name>
45
<GetScriptBlock>
@@ -69,6 +75,12 @@
69
75
Select-Object -ExpandProperty font-weight
70
76
</GetScriptBlock>
71
77
</ScriptProperty>
78
79
+ <Name>UnitsPerEm</Name>
80
81
+ $this.FontFace.'units-per-em' -as [float]
82
83
72
84
</Members>
73
85
</Type>
74
86
</Types>
0 commit comments