logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

       See CAM::PDF

perl v5.36.0                                       2022-12-08                    CAM::PDF::Renderer::TextFB(3pm)

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.

License

       See CAM::PDF.

Name

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

Synopsis

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

See Also