FastUIDraw
Classes | Namespaces
freetype_face.hpp File Reference

file freetype_face.hpp More...

#include <ft2build.h>
#include <fastuidraw/util/data_buffer.hpp>
#include <fastuidraw/text/freetype_lib.hpp>
Include dependency graph for freetype_face.hpp:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

file freetype_face.hpp

Copyright 2017 by Intel.

Contact: kevin.nosp@m..rog.nosp@m.ovin@.nosp@m.gmai.nosp@m.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/.

Author
Kevin Rogovin kevin.nosp@m..rog.nosp@m.ovin@.nosp@m.gmai.nosp@m.l.com

Definition in file freetype_face.hpp.