Метод | Описание | |
---|---|---|
BlitText ( string text, int x, int y, |
||
CharacterPos ( string text, int charIndex, float height ) : |
||
CharacterWidth ( char character ) : float | ||
Create ( string name ) : |
||
DrawText ( string text, |
||
DrawText2 ( string text, float x, float y, float height, |
||
DrawTextAnchored ( string text, |
||
DrawTextJustified ( string text, |
||
Release ( ) : int | ||
StringWidth ( string text, float height, float lineWidth, float &totalHeight, int maxLen = -1 ) : float |
Метод | Описание | |
---|---|---|
Font ( |
||
MFFont_BlitText ( |
||
MFFont_Create ( [ name ) : |
||
MFFont_DrawText ( |
||
MFFont_DrawText2 ( |
||
MFFont_DrawTextAnchored ( |
||
MFFont_DrawTextJustified ( |
||
MFFont_GetCharPos ( |
||
MFFont_GetCharacterWidth ( |
||
MFFont_GetDebugFont ( ) : |
||
MFFont_GetFontHeight ( |
||
MFFont_GetStringWidth ( |
||
MFFont_Release ( |
public BlitText ( string text, int x, int y, |
||
text | string | |
x | int | |
y | int | |
colour | ||
maxChars | int | |
Результат | int |
public CharacterPos ( string text, int charIndex, float height ) : |
||
text | string | |
charIndex | int | |
height | float | |
Результат |
public CharacterWidth ( char character ) : float | ||
character | char | |
Результат | float |
public static Create ( string name ) : |
||
name | string | |
Результат |
public DrawText ( string text, |
||
text | string | |
pos | ||
height | float | |
colour | ||
maxChars | int | |
ltw | ||
Результат | float |
public DrawText2 ( string text, float x, float y, float height, |
||
text | string | |
x | float | |
y | float | |
height | float | |
colour | ||
maxChars | int | |
ltw | ||
Результат | float |
public DrawTextAnchored ( string text, |
||
text | string | |
pos | ||
justification | MFFontJustify | |
lineWidth | float | |
textHeight | float | |
colour | ||
numChars | int | |
ltw | ||
Результат | float |
public DrawTextJustified ( string text, |
||
text | string | |
pos | ||
boxWidth | float | |
boxHeight | float | |
justification | MFFontJustify | |
textHeight | float | |
colour | ||
numChars | int | |
ltw | ||
Результат | float |
public StringWidth ( string text, float height, float lineWidth, float &totalHeight, int maxLen = -1 ) : float | ||
text | string | |
height | float | |
lineWidth | float | |
totalHeight | float | |
maxLen | int | |
Результат | float |