Tagged Questions
1
vote
1answer
105 views
Spacer and Text in Graphics going Awry (in Mathematica 7)
Use of a vertical Spacer in justified text inside a graphic isn't working as required. The result in the green box looks right, but when this is placed in a ...
17
votes
2answers
409 views
Movable text on a curve
Having an arbitrary curve defined as InterpolatingFunction, what is the best way to place a text on this curve? The text generally has two rows, for example: ...
4
votes
1answer
157 views
How to Rasterize in “Printout” style
I am trying to ascertain how large a justified text block will be when printed by rasterizing it in the "Printout" style environment. However, ...
14
votes
2answers
311 views
Is there a way to outline text?
If I have:
Graphics[
{Red, EdgeForm[Directive[White, Thick]],
Inset[Style[Text@"Hi!", 44], {0, 0}]}, Background -> Black
]
I unfortunately get:
...
2
votes
2answers
107 views
Manipulating spacing in a text object
I want to visually illustrate substitution in a mathematical expression. This is an example:
...
23
votes
5answers
750 views
How can I wrap text around a circle?
How can I wrap text around a circle?
For example: the text in the sectors of this chord plot.
Perhaps one could use FilledCurve[] and then apply a ...
19
votes
3answers
585 views
13
votes
2answers
469 views
Computing the bounding boxes for Text objects
Regardless of AspectRatio, the Text boxes overlap.
...
6
votes
2answers
217 views
9
votes
1answer
194 views
Dimensions of the results of Text[] within Graphics[]
Is there a way to get the dimensions that the results of a Text[] will occupy within a Graphics[]? Specifically, if I run ...
7
votes
2answers
196 views
6
votes
2answers
268 views
Generate Random Text within a Rectangle
I would like to generate images such as the four below.
That is: some text of different length fit within a Rectangle[] using ...