Beispiel #1
0
static void
cmd_close(svg_state_t *state)
{
  if(state->inpath)
    FT_Stroker_EndSubPath(state->stroker);
  state->inpath = 0;
}
Beispiel #2
0
void Stroker::EndContour()
{
    FT_Stroker_EndSubPath(id_);
}