C# Class Win32.NativeTextWin32

Show file Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method Description
dbugDrawTextOrigin ( IntPtr hdc, int x, int y ) : void

Private Methods

Method Description
ExtTextOut ( IntPtr hdc, int x, int y, uint fuOptions, Rectangle lpRect, char charBuffer, int cbCount, object arrayOfSpaceValues ) : bool
GetCharABCWidths ( IntPtr hdc, uint uFirstChar, uint uLastChar, void lpabc ) : int
GetCharABCWidthsFloat ( IntPtr hdc, uint uFirstChar, uint uLastChar, void lpabc ) : int
GetCharacterPlacement ( IntPtr hdc, char str, int nCount, int nMaxExtent, Win32.GCP_RESULTS &lpResults, int dwFlags ) : int
GetGlyphIndices ( IntPtr hdc, char text, int c, ushort glyIndexBuffer, int fl ) : int
GetOutlineTextMetrics ( IntPtr hdc, uint cbData, uint uLastChar, void lp_outlineTextMatrix ) : int
GetTextExtentExPoint ( IntPtr hDc, [ str, int nLength, int nMaxExtent, int lpnFit, int alpDx, Size &size ) : bool
GetTextExtentPoint32 ( IntPtr hdc, char charBuffer, int c, WIN32SIZE &size ) : bool
GetTextExtentPoint32 ( IntPtr hdc, [ str, int len, Size &size ) : int
GetTextExtentPoint32Char ( IntPtr hdc, char ch, int c, WIN32SIZE &size ) : bool
TextOut ( IntPtr hdc, int nXStart, int nYStart, [ charBuffer, int cbstring ) : bool
TextOut ( IntPtr hdc, int nXStart, int nYStart, char charBuffer, int cbstring ) : bool
TextOutUnsafe ( IntPtr hdc, int x, int y, char s, int len ) : bool
UnsafeGetTextExtentExPoint ( IntPtr hDc, char str, int len, int nMaxExtent, int lpnFit, int alpDx, Size &size ) : bool
UnsafeGetTextExtentPoint32 ( IntPtr hdc, char str, int len, Size &size ) : int

Method Details

dbugDrawTextOrigin() public static method

public static dbugDrawTextOrigin ( IntPtr hdc, int x, int y ) : void
hdc System.IntPtr
x int
y int
return void