summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2019-03-29 18:08:30 +0200
committerTor Lillqvist <tml@collabora.com>2019-10-07 15:28:48 +0300
commite3444ff546cf1e7f41b3d8ed29a0b1b42399cf57 (patch)
tree5a60bfd00d911069a201abd33114904fd05ded1d /Makefile.in
parentc6ff059c740eca004966aef0842ee74760368b95 (diff)
Avoid dialog headings showing up as some serif font in the iOS app
Apparently the use of [UIFont systemFontOfSize:10] familyName] to get a default font family name is a bad idea. Presumably the return value from this, ".SF UI Text", is matched against the list of font family names enumerated from the system. (The "SF" apparently stands for "San Francisco".) That ".SF UI Text" is not among them, so maybe vcl chooses some arbitrary other font instead that happens to be a serif one? If we instead use "Helvetica", at least we get a sans-serif font, even if it doesn't match the system UI font exactly. Change-Id: I7ff39d8e7893ce3c27f3f12d227f87209bbc7952 (cherry picked from commit 685e91a7aee4a4acc60e33bf1313a394fd15b1ff) Reviewed-on: https://gerrit.libreoffice.org/79196 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com> (cherry picked from commit ba9f91a909cb52194178ac2ed78dc62bd61c1be3)
Diffstat (limited to 'Makefile.in')
0 files changed, 0 insertions, 0 deletions