mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-20 18:48:23 +02:00
size to point size (name change)
This commit is contained in:
parent
fbaf709510
commit
7a01001b39
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ done
|
|||
echo '</select>
|
||||
</label><br>'>>./html/top.html
|
||||
#####################################################################
|
||||
echo '<label>Size       :<select name="size" id="size" onchange="change()">'>>./html/top.html
|
||||
echo '<label>Point Size :<select name="size" id="size" onchange="change()">'>>./html/top.html
|
||||
for i in $FT_TEST_PT_SIZE; do
|
||||
echo " <option value= $i > $i </option>">>./html/top.html
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue