C# Class PixelFarm.Drawing.Fonts.ExportFace

Show file Open project: prepare/HTML-Renderer Class Usage Examples

Public Properties

Property Type Description
ascender int
bbox FTBBox
descender int
face_flags int
face_index int
family_name char*
height int
max_advance_height int
max_advance_width int
num_faces int
num_glyphs int
style_flags int
style_name char*
underline_position int
underline_thickness int
units_per_EM ushort

Property Details

ascender public property

public int ascender
return int

bbox public property

public FTBBox,PixelFarm.Drawing.Fonts bbox
return FTBBox

descender public property

public int descender
return int

face_flags public property

public int face_flags
return int

face_index public property

public int face_index
return int

family_name public property

public char* family_name
return char*

height public property

public int height
return int

max_advance_height public property

public int max_advance_height
return int

max_advance_width public property

public int max_advance_width
return int

num_faces public property

public int num_faces
return int

num_glyphs public property

public int num_glyphs
return int

style_flags public property

public int style_flags
return int

style_name public property

public char* style_name
return char*

underline_position public property

public int underline_position
return int

underline_thickness public property

public int underline_thickness
return int

units_per_EM public property

public ushort units_per_EM
return ushort