packages feed

opencascade-hs-0.6.3.0: cpp/hs_Font_BRepTextBuilder.h

#ifndef HS_FONT_BREPTEXTBUILDER_H
#define HS_FONT_BREPTEXTBUILDER_H

#include "hs_types.h"

#ifdef __cplusplus
extern "C" {
#endif

Font_BRepTextBuilder * hs_new_Font_BRepTextBuilder();

void hs_delete_Font_BRepTextBuilder(Font_BRepTextBuilder * builder);

TopoDS_Shape * hs_Font_BRepTextBuilder_perform(
        Font_BRepTextBuilder * builder,
        Font_BRepFont * font,
        char * theString,
        gp_Ax3 * thePenLoc,
        Graphic3d_HorizontalTextAlignment theHAlign,
        Graphic3d_VerticalTextAlignment theVAlign,
        HSExceptionType* exType, void ** exPtr
    );
#ifdef __cplusplus
}
#endif

#endif // HS_FONT_BREPFONT_H