C# 클래스 ImGuiNET.FontAtlas

파일 보기 프로젝트 열기: mellinoe/ImGui.NET 1 사용 예제들

공개 메소드들

메소드 설명
AddDefaultFont ( ) : Font
AddFontFromFileTTF ( string fileName, float pixelSize ) : Font
AddFontFromMemoryTTF ( IntPtr ttfData, int ttfDataSize, float pixelSize ) : Font
ClearTexData ( ) : void
FontAtlas ( NativeFontAtlas atlasPtr ) : System
GetTexDataAsAlpha8 ( ) : FontTextureData
GetTexDataAsRGBA32 ( ) : FontTextureData
SetTexID ( IntPtr textureID ) : void
SetTexID ( int textureID ) : void

메소드 상세

AddDefaultFont() 공개 메소드

public AddDefaultFont ( ) : Font
리턴 Font

AddFontFromFileTTF() 공개 메소드

public AddFontFromFileTTF ( string fileName, float pixelSize ) : Font
fileName string
pixelSize float
리턴 Font

AddFontFromMemoryTTF() 공개 메소드

public AddFontFromMemoryTTF ( IntPtr ttfData, int ttfDataSize, float pixelSize ) : Font
ttfData System.IntPtr
ttfDataSize int
pixelSize float
리턴 Font

ClearTexData() 공개 메소드

public ClearTexData ( ) : void
리턴 void

FontAtlas() 공개 메소드

public FontAtlas ( NativeFontAtlas atlasPtr ) : System
atlasPtr NativeFontAtlas
리턴 System

GetTexDataAsAlpha8() 공개 메소드

public GetTexDataAsAlpha8 ( ) : FontTextureData
리턴 FontTextureData

GetTexDataAsRGBA32() 공개 메소드

public GetTexDataAsRGBA32 ( ) : FontTextureData
리턴 FontTextureData

SetTexID() 공개 메소드

public SetTexID ( IntPtr textureID ) : void
textureID System.IntPtr
리턴 void

SetTexID() 공개 메소드

public SetTexID ( int textureID ) : void
textureID int
리턴 void