Skip to content

Godot:Label

godot의 라벨(Label).

TTF 폰트 적용 방법

일반적인 TTF 폰트는 DynamicFont를 사용해야 한다.

Godot-gui-tutorial-04.png

속성에서 Custom Fonts > FontDynamicFont로 선택한 후 TTF 파일 리소스를 드래그-앤-드롭 하면 된다.

폰트 색상 적용 방법

출력되는 텍스트의 생상은 DynamicFont의 Outline Color로 변경되지 않는다.

Custom Colors > Font Color 메뉴의 색상을 변경해야 한다.

See also