FT_Get_Charmap_Index() приватный Метод

private FT_Get_Charmap_Index ( IntPtr charmap ) : int
charmap System.IntPtr
Результат int
Пример #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));
 }
Пример #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);