You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
944 B
XML
38 lines
944 B
XML
<?xml version="1.0" encoding="ISO-8859-15"?>
|
|
<!DOCTYPE f SYSTEM "function.dtd">
|
|
<?xml-stylesheet type="text/xsl" href="function.xsl"?>
|
|
<f>
|
|
<Funktionsname>llgfx_DrawText</Funktionsname>
|
|
<Beschreibung>Blittet String</Beschreibung>
|
|
<Returnwert>
|
|
<Typ>void</Typ>
|
|
<Beschreibung></Beschreibung>
|
|
</Returnwert>
|
|
<Parameter>
|
|
<Arg>
|
|
<Typ>llgfx_id</Typ>
|
|
<Variablename>dstgfx</Variablename>
|
|
<Beschreibung>Zielgrafik</Beschreibung>
|
|
</Arg>
|
|
<Arg>
|
|
<Typ>const char*</Typ>
|
|
<Variablename>text</Variablename>
|
|
<Beschreibung>String, kann \n und \t beinhalten</Beschreibung>
|
|
</Arg>
|
|
<Arg>
|
|
<Typ>int</Typ>
|
|
<Variablename>blitflags</Variablename>
|
|
<Beschreibung>Blittermodus</Beschreibung>
|
|
</Arg>
|
|
<Arg>
|
|
<Typ>llgfx_sBLITFX*</Typ>
|
|
<Variablename>blitfx</Variablename>
|
|
<Beschreibung>Parameterblock für Blittermodus</Beschreibung>
|
|
</Arg>
|
|
|
|
</Parameter>
|
|
<Location>
|
|
<Headerfile>llgfx.h</Headerfile>
|
|
</Location>
|
|
</f>
|