TextEntity Extrude?

Hi,

I can set, size, rotate etc, but now I want to extrude this textEntity.
Where do I start? If I test t.HasBrepForm it ends up with false…

Thanks for the help.

Dim t As New Geometry.TextEntity
t.Text = "MyText"
t.TextHeight = 12
t.Plane = Geometry.Plane.WorldXY
t.Rotate(RhinoMath.ToRadians(90), Geometry.Vector3d.ZAxis, New Geometry.Point3d(0, 0, 0))
t.Rotate(RhinoMath.ToRadians(180), Geometry.Vector3d.YAxis, New Geometry.Point3d(0, 0, 0))

NVM.

I can explode the textEntity. JoinCurves ExtrudeCrv and ready.