admin
FCKeditor
Uebersicht1
Uebersicht2
import
livesearch
proseminarscheine
anschreiben
prints
decoders
doc
acceptpagebreak.htm
addfont.htm
addlink.htm
addpage.htm
aliasnbpages.htm
cell.htm
close.htm
error.htm
footer.htm
fpdf.htm
getstringwidth.htm
getx.htm
gety.htm
header.htm
image.htm
index.htm
line.htm
link.htm
ln.htm
multicell.htm
output.htm
pageno.htm
rect.htm
setauthor.htm
setautopagebreak.htm
setcompression.htm
setcreator.htm
setdisplaymode.htm
setdrawcolor.htm
setfillcolor.htm
setfont.htm
setfontsize.htm
setkeywords.htm
setleftmargin.htm
setlinewidth.htm
setlink.htm
setmargins.htm
setrightmargin.htm
setsubject.htm
settextcolor.htm
settitle.htm
settopmargin.htm
setx.htm
setxy.htm
sety.htm
text.htm
write.htm
font
FAQ.htm
LICENSE
NOTICE
Praxisstellen.doc
Zustimmung.doc
changelog.txt
class.fpdf_table.php
class.multicelltag.php
class.string_tags.php
demo.php
fpdf.css
fpdf.php
fpdf_tpl.php
fpdi.php
fpdi_pdf_parser.php
histo.htm
install.txt
newpdf.pdf
pdf_context.php
pdf_gen.php
pdf_parser.php
pdfdoc.pdf
praxisstellen.pdf
praxisstellen.php
table_def.inc
table_def_kehl.inc
teilnehmer.php
wrapper_functions.php
zustimmung.pdf
zustimmung.php
Bescheinigung Proseminar neu.doc
blanko_ludwigsburg.pdf
blanko_ludwigsburg_2023.pdf
seminarscheine.php
seminarscheine.php_20190429
adm_anleg.php
adm_bearb.php
adminrechte.php
adminrechte_del.php
anmschluss.php
anwesenheit.php
ausg_aush.php
ausgabe.php
bearbeiten.php
cross.jpg
detailansicht.php
doz_anleg.php
doz_bearb.php
doz_del.php
erfassen.php
expo.php
export.php
export_themen.php
hauptframe.htm
hauptframe_jahr.php
index.php
jahrgang.php
kennwortwechsel_admin.php
ldap_search.php
liste.php
livesearch_stud.php
login_doz.php
login_log.php
logout_admin.php
mail.php
mail_doz.php
mail_fach.php
mail_pros.php
mail_unangemeldet.php
mailadressen.php
mailcompare.php
menuframe.php
menuframe_28.09.2005.php
noteneingabe_admin.php
ok.gif
pass_back.php
pros_del.php
pros_useronline.php
proseminar_bearbeiten.php
proseminarbescheinigung_admin.php
prosliste.php
registrierung.php
stud_bearb.php
stud_neubelegen.php
studbeleg.php
suche.php
topframe.htm
ubersicht.php
ubersicht_fachthemen.php
ubersicht_prio.php
ubersicht_prosthemen.php
unangemeldet.php
doz
html2pdf_v4.03
htmlpurifier-4.10.0
images
prints
prints3
proseminar
Kennwortwechsel.php
hauptframe.php
index.php
index_alt.php
index_db.php
index_frame.htm
index_ldap.php
login.php
logout.php
menuframe.htm
styles_pc.css
topframe.php
24 lines
688 B
HTML
Executable File
24 lines
688 B
HTML
Executable File
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
|
|
<TITLE>GetStringWidth</TITLE>
|
|
<LINK TYPE="text/css" REL="stylesheet" HREF="../fpdf.css">
|
|
</HEAD>
|
|
<BODY>
|
|
<H2>GetStringWidth</H2>
|
|
<TT><B>float</B> GetStringWidth(<B>string</B> s)</TT>
|
|
<H4 CLASS='st'>Version</H4>
|
|
1.2
|
|
<H4 CLASS='st'>Description</H4>
|
|
Returns the length of a string in user unit. A font must be selected.
|
|
<H4 CLASS='st'>Parameters</H4>
|
|
<TT><U>s</U></TT>
|
|
<BLOCKQUOTE>
|
|
The string whose length is to be computed.
|
|
</BLOCKQUOTE>
|
|
<HR STYLE="margin-top:1.2em">
|
|
<DIV ALIGN="CENTER"><A HREF="index.htm">Index</A></DIV>
|
|
</BODY>
|
|
</HTML>
|