Flutter Engine
 
Loading...
Searching...
No Matches
placeholder_run.cc
Go to the documentation of this file.
1// Copyright 2013 The Flutter Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#include "placeholder_run.h"
6
7namespace txt {
8
10
12 double height,
13 PlaceholderAlignment alignment,
14 TextBaseline baseline,
15 double baseline_offset)
16 : width(width),
18 alignment(alignment),
19 baseline(baseline),
20 baseline_offset(baseline_offset) {}
21
22} // namespace txt
PlaceholderAlignment
Where to vertically align the placeholder relative to the surrounding text.
int32_t height
int32_t width