MCPcopy Index your code
hub / github.com/MapServer/MapServer / msInitFontSet

Function msInitFontSet

maplabel.c:570–580  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

568
569
570int msInitFontSet(fontSetObj *fontset)
571{
572 fontset->filename = NULL;
573
574 /* fontset->fonts = NULL; */
575 initHashTable(&(fontset->fonts));
576
577 fontset->numfonts = 0;
578 fontset->map = NULL;
579 return( 0 );
580}
581
582int msFreeFontSet(fontSetObj *fontset)
583{

Callers 1

mapObj_setFontSetFunction · 0.85

Calls 1

initHashTableFunction · 0.85

Tested by

no test coverage detected