/usr/include/oce/MFT.hxx is in liboce-visualization-dev 0.9.1-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 | // This file is generated by WOK (CPPExt).
// Please do not edit this file; modify original file instead.
// The copyright and license terms as defined for the original file apply to
// this header file considered to be the "object code" form of the original source.
#ifndef _MFT_HeaderFile
#define _MFT_HeaderFile
#ifndef _Standard_HeaderFile
#include <Standard.hxx>
#endif
#ifndef _Standard_Macro_HeaderFile
#include <Standard_Macro.hxx>
#endif
#ifndef _Standard_CString_HeaderFile
#include <Standard_CString.hxx>
#endif
#ifndef _MFT_TypeOfCommand_HeaderFile
#include <MFT_TypeOfCommand.hxx>
#endif
#ifndef _MFT_TypeOfValue_HeaderFile
#include <MFT_TypeOfValue.hxx>
#endif
class MFT_FontManager;
class MFT_TextManager;
class MFT_ListOfFontHandle;
class MFT_SequenceNodeOfListOfFontHandle;
//! This package contains a Meta Font toolkit and utilities. <br>
//! 1) Enable to creates MDTV outline fonts from others specific fonts <br>
//! (i.e: PostScript fonts,Euclid3 fonts,...) <br>
//! 2) Enable to retrieves a string or extended string <br>
//! outline vector list according of the current font and <br>
//! text attribs : <br>
//! (policy,size,slant,orientation and curve precision) <br>
//! 3) Enable to retrieve policy or text attribs <br>
//! (i.e: Foundry,Family,..,font or text size). <br>
class MFT {
public:
void* operator new(size_t,void* anAddress)
{
return anAddress;
}
void* operator new(size_t size)
{
return Standard::Allocate(size);
}
void operator delete(void *anAddress)
{
if (anAddress) Standard::Free((Standard_Address&)anAddress);
}
protected:
private:
//! Converts the type of command to string. <br>
Standard_EXPORT static Standard_CString Convert(const MFT_TypeOfCommand aCommandType) ;
//! Converts the type of value to string. <br>
Standard_EXPORT static Standard_CString Convert(const MFT_TypeOfValue aValueType) ;
friend class MFT_FontManager;
friend class MFT_TextManager;
friend class MFT_ListOfFontHandle;
friend class MFT_SequenceNodeOfListOfFontHandle;
};
// other Inline functions and methods (like "C++: function call" methods)
#endif
|