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
T1_FontRec_ Struct Reference

#include <t1types.h>

Public Attributes

PS_FontInfoRec font_info
 
PS_FontExtraRec font_extra
 
PS_PrivateRec private_dict
 
FT_Stringfont_name
 
T1_EncodingType encoding_type
 
T1_EncodingRec encoding
 
FT_Bytesubrs_block
 
FT_Bytecharstrings_block
 
FT_Byteglyph_names_block
 
FT_Int num_subrs
 
FT_Byte ** subrs
 
FT_PtrDistsubrs_len
 
FT_Int num_glyphs
 
FT_String ** glyph_names
 
FT_Byte ** charstrings
 
FT_PtrDistcharstrings_len
 
FT_Byte paint_type
 
FT_Byte font_type
 
FT_Matrix font_matrix
 
FT_Vector font_offset
 
FT_BBox font_bbox
 
FT_Long font_id
 
FT_Fixed stroke_width
 

Detailed Description

Definition at line 93 of file t1types.h.

Member Data Documentation

◆ charstrings

FT_Byte** T1_FontRec_::charstrings

Definition at line 113 of file t1types.h.

Referenced by T1_Face_Done(), and T42_Face_Done().

◆ charstrings_block

FT_Byte* T1_FontRec_::charstrings_block

Definition at line 104 of file t1types.h.

Referenced by T1_Face_Done(), and T42_Face_Done().

◆ charstrings_len

FT_PtrDist* T1_FontRec_::charstrings_len

Definition at line 114 of file t1types.h.

Referenced by T1_Face_Done(), and T42_Face_Done().

◆ encoding

T1_EncodingRec T1_FontRec_::encoding

Definition at line 101 of file t1types.h.

Referenced by t1_cmap_custom_init(), T1_Face_Done(), and T42_Face_Done().

◆ encoding_type

T1_EncodingType T1_FontRec_::encoding_type

Definition at line 100 of file t1types.h.

Referenced by T1_Face_Init().

◆ font_bbox

FT_BBox T1_FontRec_::font_bbox

Definition at line 120 of file t1types.h.

Referenced by T1_Face_Init(), T1_Load_Glyph(), and T1_Read_Metrics().

◆ font_extra

PS_FontExtraRec T1_FontRec_::font_extra

Definition at line 96 of file t1types.h.

◆ font_id

FT_Long T1_FontRec_::font_id

Definition at line 121 of file t1types.h.

◆ font_info

PS_FontInfoRec T1_FontRec_::font_info

Definition at line 95 of file t1types.h.

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

◆ font_matrix

FT_Matrix T1_FontRec_::font_matrix

Definition at line 118 of file t1types.h.

◆ font_name

FT_String* T1_FontRec_::font_name

Definition at line 98 of file t1types.h.

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

◆ font_offset

FT_Vector T1_FontRec_::font_offset

Definition at line 119 of file t1types.h.

◆ font_type

FT_Byte T1_FontRec_::font_type

Definition at line 117 of file t1types.h.

◆ glyph_names

FT_String** T1_FontRec_::glyph_names

◆ glyph_names_block

FT_Byte* T1_FontRec_::glyph_names_block

Definition at line 105 of file t1types.h.

Referenced by T1_Face_Done(), and T42_Face_Done().

◆ num_glyphs

FT_Int T1_FontRec_::num_glyphs

Definition at line 111 of file t1types.h.

Referenced by t1_cmap_unicode_init(), T1_Compute_Max_Advance(), and T1_Face_Init().

◆ num_subrs

FT_Int T1_FontRec_::num_subrs

Definition at line 107 of file t1types.h.

Referenced by T1_Compute_Max_Advance(), T1_Get_Advances(), and T1_Load_Glyph().

◆ paint_type

FT_Byte T1_FontRec_::paint_type

Definition at line 116 of file t1types.h.

◆ private_dict

PS_PrivateRec T1_FontRec_::private_dict

Definition at line 97 of file t1types.h.

Referenced by T1_Open_Face().

◆ stroke_width

FT_Fixed T1_FontRec_::stroke_width

Definition at line 123 of file t1types.h.

◆ subrs

FT_Byte** T1_FontRec_::subrs

Definition at line 108 of file t1types.h.

Referenced by T1_Compute_Max_Advance(), T1_Face_Done(), T1_Get_Advances(), and T1_Load_Glyph().

◆ subrs_block

FT_Byte* T1_FontRec_::subrs_block

Definition at line 103 of file t1types.h.

Referenced by T1_Face_Done().

◆ subrs_len

FT_PtrDist* T1_FontRec_::subrs_len

Definition at line 109 of file t1types.h.

Referenced by T1_Compute_Max_Advance(), T1_Face_Done(), T1_Get_Advances(), and T1_Load_Glyph().


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