- See Also
-
Related Guides
- Textual Elements in Notebooks
- Mathematical Typesetting
- Maps & Cartography
- Options & Styling for Interactive Manipulation
- Notebook Document Generation
- Chart Labeling, Legending & Annotation
- Labels
- Graphics Annotation & Appearance
- Creating Form Interfaces & Apps
- Standalone Interfaces
- Symbolic Graphics Language
- Tech Notes
-
- See Also
-
Related Guides
- Textual Elements in Notebooks
- Mathematical Typesetting
- Maps & Cartography
- Options & Styling for Interactive Manipulation
- Notebook Document Generation
- Chart Labeling, Legending & Annotation
- Labels
- Graphics Annotation & Appearance
- Creating Form Interfaces & Apps
- Standalone Interfaces
- Symbolic Graphics Language
- Tech Notes


Text
Details and Options


- The text is displayed by default in StandardForm, but in a typical textual font such as Arial or Helvetica.
- Text can be used in both two- and three-dimensional graphics.
- In graphics, Text[expr] is equivalent to Text[expr,{0,0}] or Text[expr,{0,0,0}].
- Text[expr,coords] works like Inset[expr,coords].
- The coordinates can be specified either as {x,y,…} or as Scaled[{x,y,…}]. »
- In two dimensions, coordinates can also be specified using Offset. »
- Text[expr,coords,offset] specifies an offset for the block of text relative to the coordinates given. Giving an offset {sdx,sdy} specifies that the point {x,y} should lie at relative coordinates {sdx,sdy} within the bounding rectangle that encloses the text. Each relative coordinate runs from -1 to +1 across the bounding rectangle.
- The offsets specified need not be in the range -1 to +1.
- Sample offsets to use in two-dimensional graphics include:
-
{0,0} text centered at {x,y} {-1,0} left‐hand end at {x,y} {1,0} right‐hand end at {x,y} {0,-1} centered above {x,y} {0,1} centered below {x,y} - Text[expr,coords,offset,dir] specifies the orientation of the text and is given by the direction vector dir. Possible values of dir are:
-
{1,0} ordinary horizontal text {0,1} vertical text reading from bottom to top {0,-1} vertical text reading from top to bottom {-1,0} horizontal upside‐down text - Text in three-dimensional graphics is placed at a position that corresponds to the projection of the point {x,y,z} specified. Text is drawn in front of all other objects.
- The following options can be given:
-
Background None background color ContentSelectable Automatic whether to allow selection of contents BaseStyle {} base style specifications for the contents FormatType Automatic format type - Outside of graphics, Text[expr] effectively generates a TextCell.
Examples
open all close allBasic Examples (3)
Scope (10)
Options (3)
FormatType (2)
By default, expressions are displayed using TraditionalForm:
Display expressions using StandardForm:
Properties & Relations (2)
The symbolic positions are relative to ImageScaled coordinates:
Text styles can be specified by using Style:
Tech Notes
Related Guides
-
▪
- Textual Elements in Notebooks ▪
- Mathematical Typesetting ▪
- Maps & Cartography ▪
- Options & Styling for Interactive Manipulation ▪
- Notebook Document Generation ▪
- Chart Labeling, Legending & Annotation ▪
- Labels ▪
- Graphics Annotation & Appearance ▪
- Creating Form Interfaces & Apps ▪
- Standalone Interfaces ▪
- Symbolic Graphics Language
History
Introduced in 1988 (1.0) | Updated in 1996 (3.0) ▪ 2007 (6.0) ▪ 2008 (7.0) ▪ 2016 (11.0)
Text
Wolfram Research (1988), Text, Wolfram Language function, https://reference.wolfram.com/language/ref/Text.html (updated 2016).
CMS
Wolfram Language. 1988. "Text." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2016. https://reference.wolfram.com/language/ref/Text.html.
APA
Wolfram Language. (1988). Text. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/Text.html
BibTeX
@misc{reference.wolfram_2025_text, author="Wolfram Research", title="{Text}", year="2016", howpublished="\url{https://reference.wolfram.com/language/ref/Text.html}", note=[Accessed: 13-August-2025]}
BibLaTeX
@online{reference.wolfram_2025_text, organization={Wolfram Research}, title={Text}, year={2016}, url={https://reference.wolfram.com/language/ref/Text.html}, note=[Accessed: 13-August-2025]}