View Issue Details

IDProjectCategoryView StatusLast Update
0006571Open CASCADEOCCT:Visualizationpublic2012-01-13 12:52
Reporterbugmaster Assigned To 
PrioritynormalSeverityfeature 
Status closedResolutionfixed 
OSAll 
Fixed in Version5.2.1 
Summary0006571: Bitmap and Textured mapped fonts optimization
Description- CSF_TEX_FONT environment variable must be deleted.
- Definition of font mode. Bitmap or Textured mapped fonts mode must be defined
by program way through API.
Additional information
and documentation updates
Documentation remark, added by VTN 2004-12-10 08:14:42:

Changes:
Texture mapped fonts are used by default currently.
In order to swith the default type of font it is possible to use TexFontEnable
or TexFontDisable static methods from Graphic3d_AspectText3d class.

To switch texture mapped fonts on / off
Graphic3d_AspectText3d::SetTextureMappedFont (Standard_Boolean) method
should be used with the Standard_True / Standard_False argument. First, a
Graphic3d_AspectText3d object should be prepared and
then this object can be used in a usual manner, i.e. passed to the
Graphic3d_Group::SetPrimitivesAspect() method.

Without explicit calls to
Graphic3d_AspectText3d::SetTexturedMappedFont() the objects get created with
using of texture mapped fonts (if TexFontDisable was not called previously).
TagsNo tags attached.
Test case number

Attached Files

  • OCC6571.zip (1,838 bytes)
  • OCC6571-7190.tar.gz (15,872 bytes)
  • Graphic3d_AspectText3d.cxx (5,325 bytes)

Relationships

related to 0007089 closedvtn Sometimes the text is not displayed with usage texture mapped fonts. 

Activities

2004-10-06 12:46

 

OCC6571.zip (1,838 bytes)

2004-12-03 13:04

 

OCC6571-7190.tar.gz (15,872 bytes)

2004-12-15 13:31

 

Graphic3d_AspectText3d.cxx (5,325 bytes)

Issue History

Date Modified Username Field Change
2004-09-06 15:30 bugmaster Assigned To bugmaster => vtn
2004-09-06 15:30 bugmaster Status new => assigned
2004-10-06 14:46 vtn Status assigned => resolved
2004-10-06 14:54 bugmaster Status resolved => tested
2004-10-11 10:46 bugmaster Status tested => verified
2004-10-28 11:17 vtn OtherBugsDependingOnThis => 7089
2004-11-01 10:45 bugmaster Status verified => closed
2004-11-01 10:45 bugmaster Resolution @0@ => fixed
2004-11-11 16:47 abv CC => abv
2004-11-11 16:49 bugmaster Assigned To vtn => bugmaster
2004-11-11 16:49 bugmaster Status closed => assigned
2004-11-11 16:49 bugmaster Resolution fixed => @0@
2004-11-11 16:49 bugmaster Assigned To bugmaster => vtn
2004-11-11 17:45 abv CC => san
2004-12-14 13:05 bugmaster Status assigned => verified
2004-12-15 15:36 bugmaster CC => imv
2004-12-24 09:08 bugmaster Status verified => closed
2004-12-24 09:08 bugmaster Resolution @0@ => fixed
2011-08-02 11:24 bugmaster Category OCCT:VIZ => OCCT:Visualization
2012-01-13 12:52 ysn Assigned To vtn =>
2012-01-13 12:52 ysn Description Updated
2012-01-13 12:52 ysn Additional Information Updated