GetUnderlinePosition() публичный Метод

Get the position of the underline
public GetUnderlinePosition ( uint characterSize ) : float
characterSize uint Character size
Результат float
Пример #1
0
 /// <summary>
 /// Get the position of the underline
 /// </summary>
 /// <param name="characterSize">Character size</param>
 /// <returns>Underline position, in pixels</returns>
 public float GetUnderlinePosition(uint characterSize)
 {
     return(SFMLFont.GetUnderlinePosition(characterSize));
 }