Files @ r26678:8832ca8755a3
Branch filter:

Location: cpp/openttd-patchpack/source/src/video/cocoa/CMakeLists.txt - annotation

PeterN
Fix #10150: Force FS_SMALL for small viewport signs. (#10283)

* Fix #10150: Force FS_SMALL for small viewport signs.

This is a workaround for string widths being different with mixed
font-sizes.

* Fix: Flag small sign shadow as small text.

(This method of drawing shadows is hilarious and needs replacing, but
this is a quick fix.)