DynamicTextPage

from panda3d.core import DynamicTextPage
class DynamicTextPage

Bases: Texture

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.

Inheritance diagram

Inheritance diagram of DynamicTextPage

__init__(*args, **kwargs)
getClassType()

C++ Interface: get_class_type()

getSize()

C++ Interface: get_size(DynamicTextPage self)

/**
  • Returns the size of the page (texture), in pixels.

*/

getXSize()

C++ Interface: get_x_size(DynamicTextPage self)

/**
  • Returns the x size of the page (texture), in pixels.

*/

getYSize()

C++ Interface: get_y_size(DynamicTextPage self)

/**
  • Returns the y size of the page (texture), in pixels.

*/

get_class_type()

C++ Interface: get_class_type()

get_size()

C++ Interface: get_size(DynamicTextPage self)

/**
  • Returns the size of the page (texture), in pixels.

*/

get_x_size()

C++ Interface: get_x_size(DynamicTextPage self)

/**
  • Returns the x size of the page (texture), in pixels.

*/

get_y_size()

C++ Interface: get_y_size(DynamicTextPage self)

/**
  • Returns the y size of the page (texture), in pixels.

*/

isEmpty()

C++ Interface: is_empty(DynamicTextPage self)

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

*/

is_empty()

C++ Interface: is_empty(DynamicTextPage self)

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

*/