Displaying 3 results from an estimated 3 matches for "radicalex".
Did you mean:
radicale
2000 Feb 08
1
DEC cc doesn't like c++ comments (PR#416)
...SHIFT);
+#if 0
+ if (strcmp ((char *)esc, "rn") == 0)
+ {
+ if (_plotter->drawstate->font_type == F_POSTSCRIPT
+ || _plotter->drawstate->font_type == F_PCL)
+ {
+ dest[j++]
+ = (unsigned short)(CONTROL_CODE | C_LEFT_RADICAL_SHIFT);
/* take `radicalex' glyph from PS symbol font */
- // dest[j++]
- // = symbol_fontword | (unsigned short)RADICALEX;
- // dest[j++]
- // = (unsigned short)(CONTROL_CODE | C_RIGHT_RADICAL_SHIFT);
-
- // continue; /* back to top of while loop */
- // }
- // }
+ dest[j++]
+ = symb...
2020 Mar 30
0
Plotmath on Fedora 31 broken with with pango >= 1.44 - workarounds?
...ts 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 D3 # COPYRIGHT SIGN SERIF # copyrightserif (CUS)
F6DB D4 # TRADE MARK SIGN SERIF # trademarkserif (CUS)
F8E8 E2 # REGISTERE...
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