code cleanup
This commit is contained in:
parent
db437be302
commit
3bc45ca7ce
1 changed files with 0 additions and 4 deletions
|
@ -570,10 +570,6 @@ void text_renderer<T>::render(pixel_position const& pos)
|
||||||
{
|
{
|
||||||
|
|
||||||
FT_BitmapGlyph bit = (FT_BitmapGlyph)itr->image;
|
FT_BitmapGlyph bit = (FT_BitmapGlyph)itr->image;
|
||||||
//render_bitmap(&bit->bitmap, itr->properties->fill.rgba(),
|
|
||||||
// bit->left,
|
|
||||||
// height - bit->top, itr->properties->text_opacity);
|
|
||||||
|
|
||||||
composite_bitmap(pixmap_,
|
composite_bitmap(pixmap_,
|
||||||
&bit->bitmap,
|
&bit->bitmap,
|
||||||
itr->properties->fill.rgba(),
|
itr->properties->fill.rgba(),
|
||||||
|
|
Loading…
Reference in a new issue