Flutter Impeller
typographer_context.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 
6 
7 #include <utility>
8 
9 namespace impeller {
10 
12  is_valid_ = true;
13 }
14 
16 
18  return is_valid_;
19 }
20 
21 } // namespace impeller
TypographerContext()
Create a new context to render text that talks to an underlying graphics context.