Aspose::Font::Rendering::IGlyphRasterPainter Class Referenceabstract

Defines a raster way to draw glyphs. More...

#include <IGlyphPainter.h>

Inherits Aspose::Font::Rendering::IGlyphPainter.

Public Member Functions

virtual const System::TypeInfo & GetType () const override
 
virtual bool Is (const System::TypeInfo &target) const override
 
virtual void SetRasterGridProperties (int32_t left, int32_t bottom, int32_t width, int32_t height)=0
 
virtual void DrawPixel (int32_t x, int32_t y, int32_t saturation)=0
 

Static Public Member Functions

static const System::TypeInfo & Type ()
 

Detailed Description

Defines a raster way to draw glyphs.

Member Function Documentation

◆ DrawPixel()

virtual void Aspose::Font::Rendering::IGlyphRasterPainter::DrawPixel ( int32_t x,
int32_t y,
int32_t saturation )
pure virtual

◆ GetType()

virtual const System::TypeInfo & Aspose::Font::Rendering::IGlyphRasterPainter::GetType ( ) const
overridevirtual

◆ Is()

virtual bool Aspose::Font::Rendering::IGlyphRasterPainter::Is ( const System::TypeInfo & target) const
overridevirtual

◆ SetRasterGridProperties()

virtual void Aspose::Font::Rendering::IGlyphRasterPainter::SetRasterGridProperties ( int32_t left,
int32_t bottom,
int32_t width,
int32_t height )
pure virtual

◆ Type()

static const System::TypeInfo & Aspose::Font::Rendering::IGlyphRasterPainter::Type ( )
static