tpaviot / oce

OpenCASCADE Community Edition (OCE): a community driven fork of the Open CASCADE library.
http://groups.google.com/group/oce-dev
GNU Lesser General Public License v2.1
811 stars 284 forks source link

Visualization, Font_FontMgr - do not look for fonts.dir on OS X #671

Closed tpaviot closed 7 years ago

tpaviot commented 7 years ago

Font_FontMgr::InitFontDataBase() now uses the same approach on OS X as on Android ignoring fonts.dir files which are non used on these systems.

Backport occt upstream commit [0027505]. See http://git.dev.opencascade.org/gitweb/?p=occt.git;a=commitdiff;h=264abd72f2508894ff6d514f2d9ff5c2443656f8;hp=e5260e1dfa44d1ca7adcdc0b04b3dd7506ffa103

See related issue on pythonocc-core https://github.com/tpaviot/pythonocc-core/issues/439