Provided by: libcam-pdf-perl_1.60-2_all bug

NAME

       CAM::PDF::Renderer::TextFB - Framebuffer for CAM::PDF::Renderer::Text

LICENSE

       See CAM::PDF.

SYNOPSIS

       See CAM::PDF::Renderer::Text.

DESCRIPTION

       This class is used solely to assist CAM::PDF::Renderer::Text.

FUNCTIONS

       $pkg->new(width, height)
           Creates a new framebuffer.

       $self->add_string($x, $y, $string)
           Renders a string on the framebuffer.

       $self->toString()
           Serializes the framebuffer into a single string that can be easily printed.

AUTHOR

       See CAM::PDF