Panda3D
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Static Public Member Functions
DynamicTextPage Class Reference

A single "page" of a DynamicTextFont. More...

Inheritance diagram for DynamicTextPage:
Texture TypedWritableReferenceCount Namable TypedWritable ReferenceCount TypedObject

List of all members.

Public Member Functions

bool isEmpty ()
 Returns true if the page has no glyphs, false otherwise.

Static Public Member Functions

static TypeHandle getClassType ()

Detailed Description

A single "page" of a DynamicTextFont.

This is a single texture that holds a number of glyphs for rendering. The font starts out with one page, and will add more as it needs them.


Member Function Documentation

static TypeHandle getClassType ( ) [static]

Reimplemented from Texture.

bool isEmpty ( )

Returns true if the page has no glyphs, false otherwise.

 All Classes Namespaces Functions Variables Enumerations Enumerator Properties