[Fontconfig-bugs] [Bug 74559] Pathnames mangled under windows
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Feb 17 04:13:27 CET 2014
https://bugs.freedesktop.org/show_bug.cgi?id=74559
--- Comment #11 from Akira TAGOH <akira at tagoh.org> ---
(In reply to comment #8)
> I make an assumption here that you guys will be in a better possition to
> answer: Namely that under windows a default fonts.conf is not required!
> Unless one chooses to explicitly override the fonts.conf with an application
> specific directory (via an environment variable), the default answer is
> going to be Windows Font Directory - with no fonts.conf required.
Well, that assumption sounds a bit wrong. the issue isn't only to determine the
fonts directory. you need to set the cache directory too and AFAIK the main
customers for fontconfig usually bundles the library and fonts.conf. which
means they have own certain directories as well.
plus, you'll miss the way of the customization in this manner. I got the point
but I don't think that is worth merging into the master.
We may need to do things in DllMain() for static linking like:
void
win32init(void) __attribute__((constructor))
{
[...]
}
in gcc extension as well as something in the way of MSVC and so on.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/fontconfig-bugs/attachments/20140217/5ad8e9f8/attachment.html>
More information about the Fontconfig-bugs
mailing list