Panda3D
Functions
textAssembler.cxx File Reference

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...

#include "textAssembler.h"
#include "textGlyph.h"
#include "cullFaceAttrib.h"
#include "colorAttrib.h"
#include "cullBinAttrib.h"
#include "textureAttrib.h"
#include "transparencyAttrib.h"
#include "textPropertiesManager.h"
#include "textEncoder.h"
#include "config_text.h"
#include "geomTriangles.h"
#include "geomLines.h"
#include "geomPoints.h"
#include "geomVertexReader.h"
#include "geomVertexWriter.h"
#include "geomVertexFormat.h"
#include "geomVertexData.h"
#include "geom.h"
#include "modelNode.h"
#include "dynamicTextFont.h"
#include <ctype.h>
#include <stdio.h>

Go to the source code of this file.

Functions

 PT (PandaNode) TextAssembler
 Actually assembles all of the text into a GeomNode, and returns the node (or possibly a parent of the node, to keep the shadow separate). More...
 

Detailed Description

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.

All rights reserved.

All use of this software is subject to the terms of the revised BSD license. You should have received a copy of this license along with this source code in a file named "LICENSE."

Author
drose
Date
2004-04-06

Definition in file textAssembler.cxx.

Function Documentation

◆ PT()

PT ( PandaNode  )

Actually assembles all of the text into a GeomNode, and returns the node (or possibly a parent of the node, to keep the shadow separate).

Once this has been called, you may query the extents of the text via get_ul(), get_lr().

Definition at line 509 of file textAssembler.cxx.