Open rafalcode opened 8 months ago
This typically means that the font you're using doesn't have the necessary characters - check out https://github.com/s-u/Cairo/issues/25 to see if it helps. Short story is that you may need to use Cairo::CairoFonts()
to select the font that has symbols on your system since the default one apparently doesn't have it.
oh right ... that's embarrassing I worked on a cairo-pango project back in '21 .. I should have guessed that. Thank you!
that said, fonts can be tricky ... I found that changing the font to "Standard Symbols PS" the regular text came out in greek script .. but the bquote symbol still didn't show. So I just went for a workaround, directly input the beta symbol into the raw R code. That won't work for everybody, but I got out of jail on it.
your typical beta for example .. let's try non Cairo pdf
that's fine, but with R's Cairo
for the beta there is nothing. Otherwise, my installation of R Cairo works fine. I'm on Debian bookworm R-4.3.2, package ver Cairo_1.6-2. Thanks!