Types/Turtle/get_FontWeight.ps1

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

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

$this.TextAttribute.'font-weight'