| 86 | } |
| 87 | |
| 88 | std::vector<std::shared_ptr<Typeface>> GetFallbackTypefaces() { |
| 89 | std::lock_guard<std::mutex> lock(TypefaceMutex); |
| 90 | return FallbackTypefaces; |
| 91 | } |
| 92 | |
| 93 | std::shared_ptr<TextLayer> TextLayer::Make() { |
| 94 | return std::shared_ptr<TextLayer>(new TextLayer()); |