Tagged Questions
0
votes
2answers
516 views
Graphviz dot - Italic text in HTML table is non-italic
I'm using dot version 2.26.3
The following .dot contents:
digraph html {
results [shape=none, margin=0, label=<
<TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" CELLPADDING="4">
...
1
vote
1answer
832 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 ...