Displaying 4 results from an estimated 4 matches for "f8ea".
Did you mean:
f8a
2020 Mar 30
2
Plotmath on Fedora 31 broken with with pango >= 1.44 - workarounds?
Le lundi 30 mars 2020 ? 15:24 +1300, Paul Murrell a ?crit :
> Hi
>
> I have created an R branch that contains a potential fix ...
>
> https://svn.r-project.org/R/branches/R-symfam/
>
> This allows, for example, ...
>
> cairo_pdf(symbolfamily="OpenSymbol")
>
> ... to specify that the OpenSymbol family should be used as the
> "symbol" font
2020 Mar 30
2
Plotmath on Fedora 31 broken with with pango >= 1.44 - workarounds?
...rif (CUS)
> F6D9 D3 # COPYRIGHT SIGN SERIF # copyrightserif (CUS)
> F6DB D4 # TRADE MARK SIGN SERIF # trademarkserif (CUS)
> F8E8 E2 # REGISTERED SIGN SANS SERIF # registersans (CUS)
> F8E9 E3 # COPYRIGHT SIGN SANS SERIF # copyrightsans (CUS)
> F8EA E4 # TRADE MARK SIGN SANS SERIF # trademarksans (CUS)
Those are useless nowadays, just use normal
registered/copyright/trademark codepoints, and a font in the wished
style (serif sans serif, whatever looks nice to you)
Regards
--
Nicolas Mailhot
2020 Mar 30
0
Plotmath on Fedora 31 broken with with pango >= 1.44 - workarounds?
...# arrowhorizex (CUS)
F6DA D2 # REGISTERED SIGN SERIF # registerserif (CUS)
F6D9 D3 # COPYRIGHT SIGN SERIF # copyrightserif (CUS)
F6DB D4 # TRADE MARK SIGN SERIF # trademarkserif (CUS)
F8E8 E2 # REGISTERED SIGN SANS SERIF # registersans (CUS)
F8E9 E3 # COPYRIGHT SIGN SANS SERIF # copyrightsans (CUS)
F8EA E4 # TRADE MARK SIGN SANS SERIF # trademarksans (CUS)
> Symbol?s codepoint coverage is laughable by 2020?s UTF-8 standards.
Right, but there are still code points that are apparently not common in
fonts with a very broad Unicode coverage.
I did find a TrueType font that I could add a Unicode...
2020 Mar 31
0
[FORGED] Re: Plotmath on Fedora 31 broken with with pango >= 1.44 - workarounds?
...6D9 D3 # COPYRIGHT SIGN SERIF # copyrightserif (CUS)
>> F6DB D4 # TRADE MARK SIGN SERIF # trademarkserif (CUS)
>> F8E8 E2 # REGISTERED SIGN SANS SERIF # registersans (CUS)
>> F8E9 E3 # COPYRIGHT SIGN SANS SERIF # copyrightsans (CUS)
>> F8EA E4 # TRADE MARK SIGN SANS SERIF # trademarksans (CUS)
>
> Those are useless nowadays, just use normal
> registered/copyright/trademark codepoints, and a font in the wished
> style (serif sans serif, whatever looks nice to you)
>
> Regards
Thanks, that's useful....