Displaying 4 results from an estimated 4 matches for "parenleftbt".
Did you mean:
parenleft
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?
...nable coverage from DejaVu Sans and FreeSerif.
> There are still a number of ASM code points that are not covered
> though,
> for example, ...
>
> F8EB E6 # LEFT PAREN TOP # parenlefttp (CUS)
> F8EC E7 # LEFT PAREN EXTENDER # parenleftex (CUS)
> F8ED E8 # LEFT PAREN BOTTOM # parenleftbt (CUS)
>
> Even OpenSymbol is missing a few (though perhaps not very common
> ones) ...
All the F8* codepoints are in the private use area. That means you
can?t rely on them existing in standard unicode fonts
You need to use correct Unicode values for things to work:
Ux239? for parenthes...
2020 Mar 30
0
Plotmath on Fedora 31 broken with with pango >= 1.44 - workarounds?
...l font setup.
Agreed. I got reasonable coverage from DejaVu Sans and FreeSerif.
There are still a number of ASM code points that are not covered though,
for example, ...
F8EB E6 # LEFT PAREN TOP # parenlefttp (CUS)
F8EC E7 # LEFT PAREN EXTENDER # parenleftex (CUS)
F8ED E8 # LEFT PAREN BOTTOM # parenleftbt (CUS)
Even OpenSymbol is missing a few (though perhaps not very common ones) ...
F8E5 60 # RADICAL EXTENDER # radicalex (CUS)
F8E6 BD # VERTICAL ARROW EXTENDER # arrowvertex (CUS)
F8E7 BE # HORIZONTAL ARROW EXTENDER # arrowhorizex (CUS)
F6DA D2 # REGISTERED SIGN SERIF # registerserif (CUS)
F6D9 D...
2020 Mar 31
0
[FORGED] Re: Plotmath on Fedora 31 broken with with pango >= 1.44 - workarounds?
...u Sans and FreeSerif.
>> There are still a number of ASM code points that are not covered
>> though,
>> for example, ...
>>
>> F8EB E6 # LEFT PAREN TOP # parenlefttp (CUS)
>> F8EC E7 # LEFT PAREN EXTENDER # parenleftex (CUS)
>> F8ED E8 # LEFT PAREN BOTTOM # parenleftbt (CUS)
>>
>> Even OpenSymbol is missing a few (though perhaps not very common
>> ones) ...
>
> All the F8* codepoints are in the private use area. That means you
> can?t rely on them existing in standard unicode fonts
>
> You need to use correct Unicode values for...