As of Version 6.0, TextStyle has been superseded by BaseStyle, LabelStyle and other options.
TextureCoordinateFunction is an option to Plot3D and similar functions that specifies a function that computes texture coordinates.
TextureCoordinateScaling is an option to Plot3D and similar functions that specifies whether arguments supplied to a texture coordinate function should be scaled to lie ...
Texture
(Built-in Mathematica Symbol) Texture[obj] is a graphics directive that specifies that obj should be used as a texture on faces of polygons and other filled graphics objects.
Thick
(Built-in Mathematica Symbol) Thick is a graphics directive that specifies that lines which follow should be drawn thick.
Thickness[r] is a graphics directive which specifies that lines which follow are to be drawn with thickness r. The thickness r is given as a fraction of the horizontal plot ...
Thin
(Built-in Mathematica Symbol) Thin is a graphics directive that specifies that lines which follow should be drawn thin.
Thread
(Built-in Mathematica Symbol) Thread[f[args]] "threads" f over any lists that appear in args. Thread[f[args], h] threads f over any objects with head h that appear in args. Thread[f[args], h, n] threads f ...
Threshold[data] thresholds data by replacing values close to zero by zero.Threshold[data, tspec] thresholds data using threshold specification tspec.Threshold[image, ...] ...
Through
(Built-in Mathematica Symbol) Through[p[f_1, f_2][x]] gives p[f_1[x], f_2[x]]. Through[expr, h] performs the transformation wherever h occurs in the head of expr.