Home
last modified time | relevance | path

Searched refs:RSFontMetrics (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
H A Dtexgine_font_metrics.h29 std::shared_ptr<RSFontMetrics> GetFontMetrics() const;
31 void SetFontMetrics(const std::shared_ptr<RSFontMetrics> metrics);
50 std::shared_ptr<RSFontMetrics> fontMetrics_ = std::make_shared<RSFontMetrics>();
H A Dtexgine_font_metrics.cpp40 std::shared_ptr<RSFontMetrics> TexgineFontMetrics::GetFontMetrics() const in GetFontMetrics()
45 void TexgineFontMetrics::SetFontMetrics(const std::shared_ptr<RSFontMetrics> metrics) in SetFontMetrics()
H A Ddrawing.h48 using RSFontMetrics = RSDrawing::FontMetrics; variable