FMSETCACHELIMIT(3W) FMSETCACHELIMIT(3W)
fmsetcachelimit - set maximum cache size in quanta
#include <fmclient.h>
void fmsetcachelimit(new_limit)
int new_limit;
This function was made obsolete by changes to the IRIS Font Manager. The
function was replaced by a stub that does not do anything. What follows
is a description of what this function did under the NeWS windowing
system.
fmsetcachelimit accepts a small integer as an argument, multiplies it by
FMCACHE_QUANTUM, and uses the result to reset the upper limit of the font
cache data space. If new_limit is less than one, fmsetcachelimit resets
it to one before multiplying by FMCACHE_QUANTUM. If new_limit is greater
than 100, fmsetcachelimit does nothing.
fmcachedisable(3W), fmcacheenable(3W), fmcachelimit(3W),
fmgetcacheused(3W).
This routine is available only in immediate mode.
PPPPaaaaggggeeee 1111 [ Back ]
|