Files @ r28679:893e49b03fe5
Branch filter:

Location: cpp/openttd-patchpack/source/cmake/FindPandoc.cmake

Richard Wheeler
Change: Update OpenTTD TTF fonts to v0.5 (#11994)

Corrects line height in Windows to the exact intended pixel values, along with change of OpenTTD Sans to use tabular lining numerals and minor bugfixes.
1
2
3
if(NOT EXISTS ${PANDOC_EXECUTABLE})
    find_program(PANDOC_EXECUTABLE pandoc)
endif()