mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-22 08:50:09 +00:00
@ -21,14 +21,13 @@
|
||||
|
||||
struct Text_painter
|
||||
{
|
||||
typedef Genode::Surface_base::Point Point;
|
||||
typedef Genode::Surface_base::Area Area;
|
||||
typedef Genode::Surface_base::Rect Rect;
|
||||
typedef Genode::Codepoint Codepoint;
|
||||
|
||||
typedef Glyph_painter::Fixpoint_number Fixpoint_number;
|
||||
typedef Glyph_painter::Position Position;
|
||||
typedef Glyph_painter::Glyph Glyph;
|
||||
using Point = Genode::Surface_base::Point;
|
||||
using Area = Genode::Surface_base::Area;
|
||||
using Rect = Genode::Surface_base::Rect;
|
||||
using Codepoint = Genode::Codepoint;
|
||||
using Fixpoint_number = Glyph_painter::Fixpoint_number;
|
||||
using Position = Glyph_painter::Position;
|
||||
using Glyph = Glyph_painter::Glyph;
|
||||
|
||||
|
||||
/***************************************
|
||||
|
Reference in New Issue
Block a user