FT_Get_Charmap_Index() private method

private FT_Get_Charmap_Index ( IntPtr charmap ) : int
charmap System.IntPtr
return int
Ejemplo n.º 1
0
 /// <summary>
 /// Retrieve index of a given charmap.
 /// </summary>
 /// <returns>The index into the array of character maps within the face to which ‘charmap’ belongs.</returns>
 public int GetCharmapIndex()
 {
     return(FT.FT_Get_Charmap_Index(Reference));
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Retrieve index of a given charmap.
 /// </summary>
 /// <returns>The index into the array of character maps within the face to which ‘charmap’ belongs.</returns>
 public int GetCharmapIndex() => FT.FT_Get_Charmap_Index(Reference);