C# 클래스 SFML.Graphics.Glyph

파일 보기 프로젝트 열기: SFML/SFML.Net 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Advance float
Bounds FloatRect
TextureRect IntRect

프로퍼티 상세

Advance 공개적으로 프로퍼티

Offset to move horizontally to the next character
public float Advance
리턴 float

Bounds 공개적으로 프로퍼티

Bounding rectangle of the glyph, in coordinates relative to the baseline
public FloatRect Bounds
리턴 FloatRect

TextureRect 공개적으로 프로퍼티

Texture coordinates of the glyph inside the font's texture
public IntRect TextureRect
리턴 IntRect