Hi there,
I want to export my graph with the CMU Serif font I have installed on my computer.
The font is shown in the graph windows but not preserved in the exported PDF.
I have tested the code below:
I want to export my graph with the CMU Serif font I have installed on my computer.
The font is shown in the graph windows but not preserved in the exported PDF.
I have tested the code below:
Code:
graph set window fontface "CMU Serif" webuse uslifeexp line le year graph export "CO2e_udledninger.pdf", as(pdf) name("Graph") fontface("CMU Serif") replace
Comment