Visualization Library 2.0.0-b5

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Public Attributes | List of all members
FT_FaceRec_ Struct Reference

#include <freetype.h>

Public Attributes

FT_Long num_faces
 
FT_Long face_index
 
FT_Long face_flags
 
FT_Long style_flags
 
FT_Long num_glyphs
 
FT_Stringfamily_name
 
FT_Stringstyle_name
 
FT_Int num_fixed_sizes
 
FT_Bitmap_Sizeavailable_sizes
 
FT_Int num_charmaps
 
FT_CharMapcharmaps
 
FT_Generic generic
 
FT_BBox bbox
 
FT_UShort units_per_EM
 
FT_Short ascender
 
FT_Short descender
 
FT_Short height
 
FT_Short max_advance_width
 
FT_Short max_advance_height
 
FT_Short underline_position
 
FT_Short underline_thickness
 
FT_GlyphSlot glyph
 
FT_Size size
 
FT_CharMap charmap
 
FT_Driver driver
 
FT_Memory memory
 
FT_Stream stream
 
FT_ListRec sizes_list
 
FT_Generic autohint
 
voidextensions
 
FT_Face_Internal internal
 

Detailed Description

Definition at line 919 of file freetype.h.

Member Data Documentation

◆ ascender

FT_Short FT_FaceRec_::ascender

◆ autohint

FT_Generic FT_FaceRec_::autohint

Definition at line 968 of file freetype.h.

Referenced by af_property_get_face_globals().

◆ available_sizes

FT_Bitmap_Size* FT_FaceRec_::available_sizes

◆ bbox

FT_BBox FT_FaceRec_::bbox

Definition at line 943 of file freetype.h.

Referenced by FT_Request_Metrics(), and T1_Face_Init().

◆ charmap

FT_CharMap FT_FaceRec_::charmap

◆ charmaps

FT_CharMap* FT_FaceRec_::charmaps

◆ descender

FT_Short FT_FaceRec_::descender

Definition at line 947 of file freetype.h.

Referenced by FT_Request_Metrics(), T1_Face_Init(), and tt_size_reset().

◆ driver

FT_Driver FT_FaceRec_::driver

◆ extensions

void* FT_FaceRec_::extensions

Definition at line 969 of file freetype.h.

◆ face_flags

FT_Long FT_FaceRec_::face_flags

Definition at line 924 of file freetype.h.

Referenced by sfnt_load_face(), T1_Face_Init(), and tt_face_init().

◆ face_index

FT_Long FT_FaceRec_::face_index

Definition at line 922 of file freetype.h.

Referenced by T1_Face_Init().

◆ family_name

FT_String* FT_FaceRec_::family_name

Definition at line 929 of file freetype.h.

Referenced by sfnt_done_face(), T1_Face_Done(), and T1_Face_Init().

◆ generic

FT_Generic FT_FaceRec_::generic

Definition at line 938 of file freetype.h.

◆ glyph

FT_GlyphSlot FT_FaceRec_::glyph

◆ height

FT_Short FT_FaceRec_::height

Definition at line 948 of file freetype.h.

Referenced by T1_Face_Init(), and tt_size_reset().

◆ internal

FT_Face_Internal FT_FaceRec_::internal

◆ max_advance_height

FT_Short FT_FaceRec_::max_advance_height

Definition at line 951 of file freetype.h.

Referenced by T1_Face_Init().

◆ max_advance_width

FT_Short FT_FaceRec_::max_advance_width

Definition at line 950 of file freetype.h.

Referenced by FT_Request_Metrics(), T1_Face_Init(), and tt_size_reset().

◆ memory

FT_Memory FT_FaceRec_::memory

◆ num_charmaps

FT_Int FT_FaceRec_::num_charmaps

◆ num_faces

FT_Long FT_FaceRec_::num_faces

Definition at line 921 of file freetype.h.

Referenced by T1_Face_Init().

◆ num_fixed_sizes

FT_Int FT_FaceRec_::num_fixed_sizes

Definition at line 932 of file freetype.h.

Referenced by FT_Match_Size(), FT_Select_Size(), sfnt_done_face(), and T1_Face_Init().

◆ num_glyphs

FT_Long FT_FaceRec_::num_glyphs

◆ size

FT_Size FT_FaceRec_::size

◆ sizes_list

FT_ListRec FT_FaceRec_::sizes_list

Definition at line 966 of file freetype.h.

Referenced by FT_Done_Size(), and FT_New_Size().

◆ stream

FT_Stream FT_FaceRec_::stream

Definition at line 964 of file freetype.h.

Referenced by cff_slot_load(), PCF_Glyph_Load(), tt_face_done(), and tt_face_get_metrics().

◆ style_flags

FT_Long FT_FaceRec_::style_flags

Definition at line 925 of file freetype.h.

Referenced by sfnt_load_face(), and T1_Face_Init().

◆ style_name

FT_String* FT_FaceRec_::style_name

Definition at line 930 of file freetype.h.

Referenced by sfnt_done_face(), T1_Face_Done(), and T1_Face_Init().

◆ underline_position

FT_Short FT_FaceRec_::underline_position

Definition at line 953 of file freetype.h.

Referenced by T1_Face_Init().

◆ underline_thickness

FT_Short FT_FaceRec_::underline_thickness

Definition at line 954 of file freetype.h.

Referenced by T1_Face_Init().

◆ units_per_EM

FT_UShort FT_FaceRec_::units_per_EM

The documentation for this struct was generated from the following file: