View Issue Details

IDProjectCategoryView StatusLast Update
0027505Open CASCADEOCCT:Visualizationpublic2019-02-21 09:44
Reporterkgv Assigned Tobugmaster  
PrioritynormalSeverityminor 
Status closedResolutionfixed 
PlatformMacOSOS 
Product Version6.6.0 
Target Version7.1.0Fixed in Version7.1.0 
Summary0027505: Visualization, Font_FontMgr - do not look for fonts.dir on OS X
DescriptionCurrent implementation of Font_FontMgr appends correct standard folder on OS X, however the actual search procedure is looking for fonts.dir file in folder, which is missing (X11-specific).

The code should be updated to take register all font files from standard folders, as is done on Android.
Steps To Reproducetest case 3rdparty/fonts/A8
TagsNo tags attached.
Test case number

Relationships

related to 0025978 closedbugmaster Open CASCADE Visualization - setup font aliases for Android 
related to 0030439 closedbugmaster Open CASCADE Visualization - extend fonts search within Font_FontMgr::FindFont() on Linux 

Activities

git

2016-05-16 07:39

administrator   ~0054043

Branch CR27505 has been created by kgv.

SHA-1: b9efaf4acd99e1b1d512d20f11ed5e5d7520cfae


Detailed log of new commits:

Author: kgv
Date: Mon May 16 07:39:14 2016 +0300

    0027505: Visualization, Font_FontMgr - do not look for fonts.dir on OS X
    
    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.

kgv

2016-05-16 09:18

developer   ~0054044

Please check compilation (regression testing makes sense only on Android and OS X platforms).

bugmaster

2016-05-17 13:43

administrator   ~0054089

check compilation : there are no new warnings on all platforms
Tested on MacOS. Fonts are found by testing cases.
http://occt-tests/CR27505_master-OCCT/MacOS/3rdparty/fonts/A2.html

git

2016-05-20 12:20

administrator   ~0054172

Branch CR27505 has been deleted by inv.

SHA-1: b9efaf4acd99e1b1d512d20f11ed5e5d7520cfae

Related Changesets

occt: master 264abd72

2016-05-16 04:39:14

kgv


Committer: bugmaster Details Diff
0027505: Visualization, Font_FontMgr - do not look for fonts.dir on OS X

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.
Affected Issues
0027505
mod - src/Font/Font_FontMgr.cxx Diff File

Issue History

Date Modified Username Field Change
2016-05-16 07:31 kgv New Issue
2016-05-16 07:31 kgv Assigned To => kgv
2016-05-16 07:39 git Note Added: 0054043
2016-05-16 07:39 kgv Status new => resolved
2016-05-16 09:18 kgv Note Added: 0054044
2016-05-16 09:18 kgv Assigned To kgv => bugmaster
2016-05-16 09:18 kgv Status resolved => reviewed
2016-05-16 09:18 kgv Steps to Reproduce Updated
2016-05-16 09:19 kgv Relationship added related to 0025978
2016-05-16 09:21 kgv Product Version 7.0.0 => 6.6.0
2016-05-17 13:43 bugmaster Note Added: 0054089
2016-05-17 13:43 bugmaster Status reviewed => tested
2016-05-20 11:18 bugmaster Changeset attached => occt master 264abd72
2016-05-20 11:18 bugmaster Status tested => verified
2016-05-20 11:18 bugmaster Resolution open => fixed
2016-05-20 12:20 git Note Added: 0054172
2016-12-09 16:33 aiv Status verified => closed
2016-12-09 16:37 aiv Fixed in Version => 7.1.0
2019-02-21 09:44 kgv Relationship added related to 0030439