Types/Turtle/get_FontSize.ps1

<#
.SYNOPSIS
    Gets the font size
.DESCRIPTION
    Gets the font size of the Turtle, if one has been set.

    If no font size has been set, this returns nothing.
.EXAMPLE
    turtle fontsize 12 fontsize
.LINK
    https://developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/font-size
#>

$this.TextAttribute.'font-size'