C# 클래스 PixelFarm.Drawing.WinGdi.WinGdiFont

상속: PixelFarm.Drawing.Fonts.ActualFont
파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

공개 메소드들

메소드 설명
AssignToRequestFont ( RequestFont r ) : void
GetCacheFontAsWinGdiFont ( RequestFont r ) : WinGdiFont
GetGlyph ( char c ) : FontGlyph
GetGlyphByIndex ( uint glyphIndex ) : FontGlyph
ToHfont ( ) : IntPtr
WinGdiFont ( WinGdiFontFace fontFace, float sizeInPoints, FontStyle style ) : System

보호된 메소드들

메소드 설명
OnDispose ( ) : void

비공개 메소드들

메소드 설명
GetInteralABCArray ( ) : Win32.NativeTextWin32.FontABC[]
InitFont ( string fontName, float emHeight, FontStyle style ) : IntPtr

메소드 상세

AssignToRequestFont() 공개 메소드

public AssignToRequestFont ( RequestFont r ) : void
r PixelFarm.Drawing.RequestFont
리턴 void

GetCacheFontAsWinGdiFont() 공개 정적인 메소드

public static GetCacheFontAsWinGdiFont ( RequestFont r ) : WinGdiFont
r PixelFarm.Drawing.RequestFont
리턴 WinGdiFont

GetGlyph() 공개 메소드

public GetGlyph ( char c ) : FontGlyph
c char
리턴 PixelFarm.Drawing.Fonts.FontGlyph

GetGlyphByIndex() 공개 메소드

public GetGlyphByIndex ( uint glyphIndex ) : FontGlyph
glyphIndex uint
리턴 PixelFarm.Drawing.Fonts.FontGlyph

OnDispose() 보호된 메소드

protected OnDispose ( ) : void
리턴 void

ToHfont() 공개 메소드

public ToHfont ( ) : IntPtr
리턴 System.IntPtr

WinGdiFont() 공개 메소드

public WinGdiFont ( WinGdiFontFace fontFace, float sizeInPoints, FontStyle style ) : System
fontFace WinGdiFontFace
sizeInPoints float
style FontStyle
리턴 System