Пример #1
0
/*ARGSUSED*/
_cf_GetRenderableFont(struct cf* self, jint op, struct nfrc *rc,
					  jdouble pointsize, struct JMCException* *exceptionThrown)
{
	cfImpl *oimpl = cf2cfImpl(self);
	XP_ASSERT(oimpl->header.refcount);
	FontObject *fob = (FontObject *)oimpl->object;
	return(fob->GetRenderableFont(rc, pointsize));
}