Method: PLplot.plfontld

Defined in:
ext/rbplplot.c

.plfontld(set) ⇒ nil

Load character font

Returns:



2623
2624
2625
2626
2627
2628
2629
2630
# File 'ext/rbplplot.c', line 2623

static VALUE
rb_mPLplot_plfontld(VALUE obj,VALUE arg0)
{
  PLINT ivar0;
  ivar0 = NUM2LONG(arg0);
  plfontld(ivar0);
  return Qnil;
}