Method | Description | |
---|---|---|
CreateBitmapFont ( |
||
CreatePolygonFont ( |
|
|
DrawTextUsingPolygonFont ( |
public static CreateBitmapFont ( |
||
gr | ||
hdc | ||
fontName | String | |
fontCellHeightInPoints | int | |
bitmapFontOpenGLDisplayListBase | uint | |
return | void |
public static CreatePolygonFont ( |
||
gr | ||
hdc | [in] | |
fontName | String | [in] "Verdana", "Arial", "Courier New", "Symbol", "Wingdings", "Wingdings 3" |
GLDisplayListBase | uint | [out] |
return | void |
public static DrawTextUsingPolygonFont ( |
||
gr | ||
fontOpenGLDisplayListBaseIndex | uint | |
clientWidth | int | |
clientHeight | int | |
fontHeightPixels | int | |
textX | int | |
textY | int | |
text | String | |
return | void |