Ejemplo n.º 1
0
csPtr<iFont> G2DTestSystemDriver::GetFont (const char *fontID, int size)
{
  iFontServer *fs = myG2D->GetFontServer ();
  return (fs->LoadFont (fontID, size));
}