Files
MINGW-packages/mingw-w64-mscgen/0.20-default-font.patch
J. Peter Mugaas 7ec84fb214 mingw-w64-mscgen - 0.20 - complete with Cygwin patches - MSCGEN Messa… (#3590)
* mingw-w64-mscgen - 0.20 - complete with Cygwin patches - MSCGEN Message Sequence Chart Generator
mingw-w64-ttf-dejavu - 2.37 - ttf-dejavu fonts for MSCGEN and probably some other stuff

* Remove the provides line.
2018-04-12 14:07:46 +03:00

12 lines
484 B
Diff

--- origsrc/mscgen-0.20/src/main.c 2015-09-18 16:13:31.213511400 +0100
+++ src/mscgen-0.20/src/main.c 2015-09-18 16:14:04.200167200 +0100
@@ -1620,7 +1620,7 @@ int main(const int argc, const char *arg
if(!envFont)
{
/* Pick a default font */
- snprintf(gOutputFont, bufLen, "helvetica");
+ snprintf(gOutputFont, bufLen, "DejaVu Sans");
}
else if(snprintf(gOutputFont, bufLen, "%s", envFont) >= bufLen)
{