0
votes
1answer
37 views

How do I get my text to be both bold and italic in iText?

I am trying to make my text both bold and italic at the same time for a paragraph in a PDF document using iText. I can use either of these for bold and italic respectively, but not both ...
7
votes
2answers
2k views

Changing the font of a Delphi TLabel to Italic chops off the tail - why?

A simple demo of a default TLabel with font set to Arial Regular 16 is shown below. The code when the button is clicked is: procedure TForm1.Button1Click(Sender: TObject); begin ...
1
vote
1answer
836 views

SVG + embedded font: how to display text in italic?

My purpose is to create a self containing vectorial logo in SVG = I want to integrate all the font glyphs inside this SVG file. For one part of my text I need a special font in italic. The font I ...
1
vote
3answers
2k views

How do I get Lucida Grande italic into my application?

Unfortunately, Lucida Grande does not have an italic variant and I need one. My options here seem limited and I am hoping someone has a better one for me. First, I tried, applying a ...