MCPcopy Create free account
hub / github.com/GenericMappingTools/gmt / psl_freewords

Function psl_freewords

src/postscriptlight.c:1905–1912  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1903}
1904
1905static void psl_freewords (struct PSL_WORD **word, int n_words) {
1906 /* Free all the words and their texts */
1907 int k;
1908 for (k = 0; k < n_words; k++) {
1909 PSL_free (word[k]->txt);
1910 PSL_free (word[k]);
1911 }
1912}
1913
1914void psl_got_composite_fontswitch (struct PSL_CTRL *PSL, char *text) {
1915 /* If a composite character is made from two different fonts then we need to flag these.

Callers 1

psl_paragraphprocessFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected