Panda3D
Functions
textFont.I File Reference

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

Go to the source code of this file.

Functions

 CPT (TextGlyph) TextFont
 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. 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
2002-02-08

Definition in file textFont.I.

Function Documentation

◆ CPT()

CPT ( TextGlyph  )
inline

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 the glyph on success. On failure, it may still return a printable glyph, or it may return NULL.

Definition at line 77 of file textFont.I.