FastUIDraw
|
file freetype_face.hpp More...
#include <ft2build.h>
#include <fastuidraw/util/data_buffer.hpp>
#include <fastuidraw/text/freetype_lib.hpp>
Go to the source code of this file.
Classes | |
class | fastuidraw::FreeTypeFace |
A FreeTypeFace wraps an FT_Face object of the FreeType library together with a mutex in a reference counted object. More... | |
class | fastuidraw::FreeTypeFace::GeneratorBase |
A Generator provides an interface to create FreeTypeFace objects. More... | |
class | fastuidraw::FreeTypeFace::GeneratorFile |
Implementation of GeneratorBase to create a FreeTypeFace from a face index / file pair via lib FreeType's FT_New_Face. More... | |
class | fastuidraw::FreeTypeFace::GeneratorMemory |
Implementation of GeneratorBase to create a FreeTypeFace from a face index / file pair via lib FreeType's FT_New_Memory_Face. More... | |
Namespaces | |
fastuidraw | |
all classes and functions of FastUIDraw are in the namespace fastuidraw. | |
file freetype_face.hpp
Copyright 2017 by Intel.
Contact: kevin .rog ovin@ gmai l.com
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
Definition in file freetype_face.hpp.