Flutter Impeller
text_frame.h File Reference
#include <cstdint>
#include "flutter/display_list/geometry/dl_path.h"
#include "fml/status_or.h"
#include "impeller/geometry/rational.h"
#include "impeller/typographer/glyph.h"
#include "impeller/typographer/glyph_atlas.h"
#include "impeller/typographer/text_run.h"

Go to the source code of this file.

Classes

class  impeller::TextFrame
 Represents a collection of shaped text runs. More...
 

Namespaces

 impeller
 

Typedefs

using impeller::PathCreator = std::function< fml::StatusOr< flutter::DlPath >()>