Types/Turtle/get_FontStyle.ps1

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

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

$this.TextAttribute.'font-style'