diff options
author | Tor Lillqvist <tml@collabora.com> | 2022-03-08 10:59:01 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2022-03-08 11:09:56 +0100 |
commit | ba2f243d684fce905b1dc8871f57c64008471405 (patch) | |
tree | 9e43574b3fc8fbedb7e3dea0d46fac16bae0c9af /vcl | |
parent | abaac7a4c1b27d71c4e6f9cfb64900619a46f7f7 (diff) |
Make comment less misleading
Change-Id: I608abe994cc8a67c295450d836d8c423026b85d9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131175
Tested-by: Tor Lillqvist <tml@collabora.com>
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/unx/fontmanager.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/vcl/inc/unx/fontmanager.hxx b/vcl/inc/unx/fontmanager.hxx index 40294209ba97..7f0faf239f15 100644 --- a/vcl/inc/unx/fontmanager.hxx +++ b/vcl/inc/unx/fontmanager.hxx @@ -58,8 +58,7 @@ typedef int fontID; /* * the difference between FastPrintFontInfo and PrintFontInfo * is that the information in FastPrintFontInfo can usually - * be gathered without opening either the font file, they are - * gathered from fonts.dir alone. + * be gathered from fontconfig results. * if only FastPrintFontInfo is gathered and PrintFontInfo * on demand and for less fonts, then performance in startup * increases considerably |