PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...
#include "staticTextFont.h"
#include "config_text.h"
#include "geom.h"
#include "geomNode.h"
#include "geomVertexReader.h"
#include "geomPoints.h"
#include "renderState.h"
#include "dcast.h"
#include "textureCollection.h"
#include "nodePath.h"
Go to the source code of this file.
Functions | |
PT (TextFont) StaticTextFont | |
Returns a new copy of the same font. More... | |
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."
Definition in file staticTextFont.cxx.
PT | ( | TextFont | ) |
Returns a new copy of the same font.
Gets the glyph associated with the given character code, as well as an optional scaling parameter that should be applied to the glyph's geometry and advance parameters. Returns true if the glyph exists, false if it does not. Even if the return value is false, the value for glyph might be filled in with a printable glyph.
Definition at line 108 of file staticTextFont.cxx.
References StaticTextFont::StaticTextFont().