Tagged Questions
The formatted-text tag has no wiki summary.
4
votes
4answers
2k views
Set superscript and subscript in formatted text in wpf
How can i set some text as subscript/superscript in FormattedText in wpf
3
votes
2answers
906 views
Subscript / superscript in FormattedText class?
I'm creating Text using the FormattedText class - but how can I subscript oder superscript Text when using this class? I found solution on how to do this when using a TextBlock, but I'm using ...
3
votes
2answers
840 views
How do I Convert a FormattedText String into a Geometry-Based Object?
How do I convert a FormattedText string into a geometry-based object?
I don't think this question requires much explanation, and I can't think if very many other details I could give ...
I just ...
1
vote
1answer
299 views
FormattedText Width property does not take trailing spaces into account
I am using System.Windows.Media.FormattedText to do some low level rendering (specifically, trying to render math equations in a typographically pleasing manner). For this, precise metrics on the text ...
1
vote
1answer
2k views
iPhone Rich Text Control
I am about to build an iPhone screen where I need to display formatted text, a link that will kick off a browser, and an email address link that will kick off the mail client.
Which widget do I use ...
0
votes
1answer
19 views
Pasting formatted text (e.g. Word) to a textarea
When you paste, via the clipboard, some formatted text (e.g. from MS Word) to a textarea, it seems that not just formatting is lost. For example, I've tested that non breaking spaces are converted to ...
0
votes
2answers
60 views
JavaScript, Objective: Display Accurate Source Code
The objective is to be able to click a link to bring up a new window that displays the formatted source code from the parent window.
Through research, I was able to accomplish most of the task, but I ...
0
votes
1answer
775 views
Text Outlining Using WPF Shader
I tried to google it out, but is there any sample Shader effect which I could use to produce an outlined FormattedText. I was able to get the outline by using BuildGeometry(), but the performance is ...
0
votes
1answer
274 views
How to draw outlined text efficiently?
At present, I'm using FormattedText.BuildGeometry() to get the geometry of text.
First, I draw the text geometry with a thicker pen, then on top of that I draw the text. The final effect is that the ...
0
votes
1answer
244 views
Display formatted text in a window using python
I make a program in wxpython which displays questions to the user and a radiobox with answers. Questions and answers should be in a database and is formatted text using some mathematics (paranthesis, ...
0
votes
1answer
95 views
How can we align different line with different alignement in FomattedText
I have to draw formatted text in such a manner that last line should always come with right align. for example.
"Some text ............................................................"
...