new font files, fixed some font issues

master
Eduardo Bart 13 years ago
parent 841769cc7d
commit 999fa731c0

@ -6,18 +6,10 @@ Module
version: 0.2
autoLoad: true
onLoad: |
importFont('helvetica-11px-bold')
importFont('helvetica-11px')
importFont('helvetica-12px-bold')
importFont('helvetica-12px')
importFont('helvetica-14px-bold')
importFont('verdana-11px-antialised')
importFont('verdana-11px-monochrome')
importFont('verdana-11px-rounded')
importFont('terminus-14px-bold')
importFont('tibia-8px-antialised')
importFont('tibia-10px-antialised')
importFont('tibia-10px-monochrome')
importFont('tibia-12px-rounded')
setDefaultFont('helvetica-12px')
setDefaultFont('verdana-11px-antialised')
return true

@ -1,12 +0,0 @@
Font
name: helvetica-11px-bold
height: 14
spacing: 1 1
top margin: 2
texture: helvetica-11px-bold.png
glyph size: 16 16
glyph widths:
32: 4
65: 8

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.3 KiB

@ -1,11 +0,0 @@
Font
name: helvetica-11px
height: 14
spacing: 1 1
top margin: 1
texture: helvetica-11px.png
glyph size: 16 16
glyph widths:
32: 4

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.1 KiB

@ -1,12 +0,0 @@
Font
name: helvetica-12px-bold
height: 16
spacing: 1 1
top margin: 2
texture: helvetica-12px-bold.png
glyph size: 18 18
glyph widths:
32: 4
65: 9

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.8 KiB

@ -1,11 +0,0 @@
Font
name: helvetica-12px
height: 15
spacing: 1 1
top margin: 1
texture: helvetica-12px.png
glyph size: 16 16
glyph widths:
32: 4
65: 8

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.0 KiB

@ -1,12 +0,0 @@
Font
name: helvetica-14px-bold
height: 16
spacing: 1 1
top margin: 2
texture: helvetica-14px-bold.png
glyph size: 20 20
glyph widths:
32: 4
65: 9

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

@ -1,10 +0,0 @@
Font
name: tibia-10px-antialised
height: 10
spacing: 1 1
top margin: 3
texture: tibia-10px-antialised.png
glyph size: 8 16
glyph widths:
32: 2

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

@ -1,10 +0,0 @@
Font
name: tibia-10px-monochrome
height: 10
spacing: 1 1
top margin: 3
texture: tibia-10px-monochrome.png
glyph size: 8 16
glyph widths:
32: 2

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

@ -1,10 +0,0 @@
Font
name: tibia-8px-antialised
height: 8
spacing: 0 1
top margin: 1
texture: tibia-8px-antialised.png
glyph size: 8 8
glyph widths:
32: 2

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

@ -0,0 +1,8 @@
Font
name: verdana-11px-antialised
height: 14
texture: verdana-11px-antialised.png
glyph size: 16 16
glyph widths:
32: 4

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB

@ -0,0 +1,8 @@
Font
name: verdana-11px-monochrome
height: 14
texture: verdana-11px-monochrome.png
glyph size: 16 16
glyph widths:
32: 2

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

@ -1,9 +1,7 @@
Font
name: tibia-12px-rounded
height: 12
glyph spacing: 0 1
top margin: 3
texture: tibia-12px-rounded.png
name: verdana-11px-rounded
height: 14
texture: verdana-11px-rounded.png
glyph size: 16 16
glyph widths:

Before

Width:  |  Height:  |  Size: 5.8 KiB

After

Width:  |  Height:  |  Size: 5.8 KiB

@ -1,5 +1,5 @@
Button < UIButton
font: helvetica-11px-bold
font: verdana-11px-antialised
background-color: white
color: #f0ad4dff
size: 106 24

@ -1,8 +1,6 @@
Label < UILabel
font: helvetica-12px
color: #ffffff
font: verdana-11px-antialised
color: #aaaaaa
LargerLabel < Label
font: helvetica-12px-bold
color: white

@ -1,5 +1,6 @@
LineEdit < UILineEdit
font: helvetica-12px
font: verdana-11px-antialised
color: #aaaaaa
size: 86 20
text margin: 3
border-image:

@ -1,5 +1,5 @@
Window < UIWindow
font: helvetica-12px-bold
font: verdana-11px-antialised
size: 200 200
opacity: 255
background-color: white

@ -3,17 +3,17 @@ SkillFirstWidget < UIWidget
anchors.top: parent.top
SkillNameLabel < Label
font: tibia-10px-monochrome
font: verdana-11px-monochrome
margin.top: 2
margin.left: 10
margin.right: 10
anchors.top: prev.bottom
anchors.left: parent.left
anchors.right: parent.right
SkillLevelLabel < Label
font: tibia-10px-monochrome
font: verdana-11px-monochrome
align: right
margin.top: 2
margin.left: 10
@ -21,7 +21,7 @@ SkillLevelLabel < Label
anchors.top: prev.top
anchors.left: parent.left
anchors.right: parent.right
SkillPercentPanel < UIWidget
color: blue
background-color: red
@ -37,7 +37,7 @@ Window
id: skillWindow
title: Skills
size: 200 200
Panel
id: skillPanel
anchors.fill: parent

@ -1,5 +1,5 @@
CenterLabel < Label
font: tibia-12px-rounded
font: verdana-11px-rounded
height: 16
align: center
anchors.top: parent.verticalCenter
@ -8,7 +8,7 @@ CenterLabel < Label
anchors.right: parent.right
BottomLabel < Label
font: tibia-12px-rounded
font: verdana-11px-rounded
height: 16
align: center
anchors.bottom: parent.bottom

@ -1,12 +1,12 @@
VipListLabel < Label
font: tibia-10px-monochrome
font: verdana-11px-monochrome
margin.left: 30
Window
id: vipWindow
title: VIP
size: 200 200
TextList
id: vipList
anchors.fill: parent

@ -17,7 +17,8 @@ local function onMotd(protocol, motd)
loadBox:destroy()
local motdNumber = tonumber(string.sub(motd, 0, string.find(motd, "\n")))
local motdMessage = string.sub(motd, string.find(motd, "\n") + 1, string.len(motd))
if motdNumber ~= tonumber(Configs.get("motd")) then
local lastMotdNumber = tonumber(Configs.get("motd"))
if motdNumber ~= lastMotdNumber then
hideCharlist = true
local motdBox = displayInfoBox("Message of the day", motdMessage)
motdBox.onOk = function()

@ -1,6 +1,6 @@
CharacterListLabel < Label
image: /core_ui/images/empty_rect.png
font: tibia-10px-monochrome
font: verdana-11px-monochrome
background-color: #00000000
offset: 2 0
focusable: true
@ -33,7 +33,6 @@ MainWindow
text: |-
Account Status:
Free Account
font: helvetica-11px-bold
anchors.left: parent.left
anchors.right: parent.right
anchors.bottom: next.top

@ -18,6 +18,7 @@ MainWindow
anchors.left: parent.left
anchors.right: parent.right
anchors.top: prev.bottom
margin.top: 2
margin.left: 18
margin.right: 18
@ -33,6 +34,7 @@ MainWindow
anchors.left: parent.left
anchors.right: parent.right
anchors.top: prev.bottom
margin.top: 2
margin.left: 18
margin.right: 18

@ -79,6 +79,7 @@ FontPtr FontManager::getFont(const std::string& fontName)
}
// when not found, fallback to default font
logError("font '", fontName, "' not found");
return getDefaultFont();
}

@ -45,6 +45,7 @@ void UILineEdit::render()
int textLength = m_text.length();
const TexturePtr& texture = m_font->getTexture();
g_graphics.bindColor(m_foregroundColor);
for(int i=0;i<textLength;++i)
g_graphics.drawTexturedRect(m_glyphsCoords[i], texture, m_glyphsTexCoords[i]);

@ -41,7 +41,7 @@ Creature::Creature() : Thing()
m_walkOffsetY = 0;
m_lastWalkAnim = 1;
m_informationFont = g_fonts.getFont("tibia-12px-rounded");
m_informationFont = g_fonts.getFont("verdana-11px-rounded");
}
void Creature::draw(int x, int y)

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 134 KiB

After

Width:  |  Height:  |  Size: 136 KiB

@ -25,7 +25,10 @@ def generate_bitmap_font(timg, tdrawable, font, font_size, first_char, glyph_wid
disp = gimp.Display(image)
for i in range(char_begin, char_end):
string = unichr(i)
if i == 129 or (i >= 141 and i <= 144) or i == 157:
string = u"\u25A1"
else:
string = chr(i).decode('cp1252')
offset = i - char_begin
x_pos = (offset % 16) * int(glyph_width)

@ -1,713 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="1280"
height="720"
id="svg2"
version="1.1"
inkscape:version="0.48.2 r9819"
sodipodi:docname="login_screen_layout.svg">
<defs
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1"
inkscape:cx="627.24842"
inkscape:cy="-491.33102"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:showpageshadow="false"
inkscape:window-width="1917"
inkscape:window-height="1061"
inkscape:window-x="0"
inkscape:window-y="16"
inkscape:window-maximized="0">
<inkscape:grid
type="xygrid"
id="grid3755"
empspacing="5"
visible="true"
enabled="true"
snapvisiblegridlinesonly="true" />
</sodipodi:namedview>
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-332.36218)">
<rect
style="fill:#ffffff;stroke:#ff0300;stroke-width:2.01670980000000011;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;fill-opacity:1"
id="rect3853"
width="1277.9833"
height="717.98328"
x="1.0083549"
y="333.37054" />
<rect
style="fill:none;stroke:#ff0300;stroke-width:1.9858793;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
id="rect2985"
width="1278.0142"
height="30.01412"
x="0.99293965"
y="333.35513" />
<rect
style="fill:none;stroke:#ff0300;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
id="rect3757"
width="258.15948"
height="235.93877"
x="510.92026"
y="564.78241" />
<text
xml:space="preserve"
style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:KG Keep Your Head Up;-inkscape-font-specification:KG Keep Your Head Up"
x="551"
y="265"
id="text3763"
sodipodi:linespacing="125%"
transform="translate(0,332.36218)"><tspan
sodipodi:role="line"
id="tspan3765"
x="551"
y="265" /></text>
<text
xml:space="preserve"
style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
x="621.03369"
y="778.36218"
id="text3767"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3769"
x="621.03369"
y="778.36218">Login</tspan></text>
<rect
style="fill:none;stroke:#ff0300;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
id="rect3771"
width="216"
height="30"
x="531.5"
y="604.36218" />
<rect
style="fill:none;stroke:#ff0300;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
id="rect3773"
width="215.89598"
height="29.895979"
x="531.552"
y="665.41418" />
<text
xml:space="preserve"
style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
x="532.5"
y="598.36218"
id="text3775"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3777"
x="532.5"
y="598.36218">Account</tspan></text>
<text
xml:space="preserve"
style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
x="530.5"
y="659.36218"
id="text3779"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3781"
x="530.5"
y="659.36218">Password</tspan></text>
<rect
style="fill:none;stroke:#ff0300;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
id="rect3787"
width="15.253907"
height="15.253906"
x="530.87305"
y="708.73523" />
<text
xml:space="preserve"
style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
x="554.5"
y="721.36218"
id="text3789"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3791"
x="554.5"
y="721.36218">Remeber password</tspan></text>
<text
xml:space="preserve"
style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
x="555.5"
y="743.36218"
id="text3793"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3795"
x="555.5"
y="743.36218">Auto login</tspan></text>
<rect
y="730.73523"
x="530.87305"
height="15.253906"
width="15.253907"
id="rect3797"
style="fill:none;stroke:#ff0300;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<rect
style="fill:none;stroke:#ff0300;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
id="rect3799"
width="76.04158"
height="22.041578"
x="601.97925"
y="763.34137" />
<rect
style="fill:none;stroke:#ff0300;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
id="rect3803"
width="53.702988"
height="21.526663"
x="1219.0603"
y="337.59888" />
<text
xml:space="preserve"
style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
x="1229.6354"
y="353.46521"
id="text3805"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3807"
x="1229.6354"
y="353.46521">EXIT</tspan></text>
<rect
y="337.59888"
x="7.0792794"
height="21.526663"
width="115.29747"
id="rect3809"
style="fill:none;stroke:#ff0300;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<rect
style="fill:none;stroke:#ff0300;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
id="rect3811"
width="72.739548"
height="21.526663"
x="130.82297"
y="337.59888" />
<rect
y="337.59888"
x="216.38289"
height="21.526663"
width="52.323803"
id="rect3813"
style="fill:none;stroke:#ff0300;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<text
xml:space="preserve"
style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
x="135.0574"
y="353.45837"
id="text3815"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3817"
x="135.0574"
y="353.45837">OPTIONS</tspan></text>
<text
xml:space="preserve"
style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
x="220.61731"
y="353.45837"
id="text3819"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3821"
x="220.61731"
y="353.45837">MOTD</tspan></text>
<rect
y="1021.3551"
x="0.99293965"
height="30.01412"
width="1278.0142"
id="rect3823"
style="fill:none;stroke:#ff0300;stroke-width:1.9858793;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<rect
style="fill:#ffffff;fill-opacity:1;stroke:#ff0300;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
id="rect3841"
width="352.25497"
height="58.714962"
x="463.8725"
y="969.90796" />
<text
xml:space="preserve"
style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
x="579.54712"
y="1004.3844"
id="text3825"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3827"
x="579.54712"
y="1004.3844">OTCLIENT LOGO</tspan></text>
<text
xml:space="preserve"
style="font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
x="626.79224"
y="1022.9972"
id="text3829"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3831"
x="626.79224"
y="1022.9972">An alternative client for otserv</tspan></text>
<text
xml:space="preserve"
style="font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
x="1067.7313"
y="1013.4562"
id="text3833"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3835"
x="1067.7313"
y="1013.4562">developed by edubart and baxnie</tspan></text>
<rect
style="fill:none;fill-opacity:1;stroke:#ff0300;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
id="rect3843"
width="72.650429"
height="22"
x="1138"
y="337.36218" />
<text
xml:space="preserve"
style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
x="1149.8765"
y="353.45837"
id="text3845"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3847"
x="1149.8765"
y="353.45837">ABOUT</tspan></text>
<text
xml:space="preserve"
style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
x="11.556349"
y="352.86707"
id="text3849"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3851"
x="11.556349"
y="352.86707">Wed, 11:59 AM</tspan></text>
<rect
y="1110.3706"
x="1.0083549"
height="717.98328"
width="1277.9833"
id="rect3874"
style="fill:#ffffff;fill-opacity:1;stroke:#ff0300;stroke-width:2.0167098;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
inkscape:export-filename="/home/bart/coding/otclient/tools/charlist2.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90" />
<rect
y="1110.3551"
x="0.99293965"
height="30.01412"
width="1278.0142"
id="rect3876"
style="fill:none;stroke:#ff0300;stroke-width:1.9858793;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
inkscape:export-filename="/home/bart/coding/otclient/tools/charlist2.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90" />
<rect
y="1341.7825"
x="135.15294"
height="235.93877"
width="1009.6942"
id="rect3878"
style="fill:none;stroke:#ff0300;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
inkscape:export-filename="/home/bart/coding/otclient/tools/charlist1.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90" />
<text
sodipodi:linespacing="125%"
id="text3880"
y="1555.3622"
x="529.66394"
style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
xml:space="preserve"
inkscape:export-filename="/home/bart/coding/otclient/tools/charlist2.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"><tspan
y="1555.3622"
x="529.66394"
id="tspan3882"
sodipodi:role="line">Enter Game</tspan></text>
<rect
y="1540.3414"
x="513.55243"
height="22.041578"
width="116.63319"
id="rect3908"
style="fill:none;stroke:#ff0300;stroke-width:2.47694039;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
inkscape:export-filename="/home/bart/coding/otclient/tools/charlist2.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90" />
<rect
y="1114.5989"
x="1219.0603"
height="21.526663"
width="53.702988"
id="rect3910"
style="fill:none;stroke:#ff0300;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
inkscape:export-filename="/home/bart/coding/otclient/tools/charlist2.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90" />
<text
sodipodi:linespacing="125%"
id="text3912"
y="1130.4652"
x="1229.6354"
style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
xml:space="preserve"
inkscape:export-filename="/home/bart/coding/otclient/tools/charlist2.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"><tspan
y="1130.4652"
x="1229.6354"
id="tspan3914"
sodipodi:role="line">EXIT</tspan></text>
<rect
style="fill:none;stroke:#ff0300;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
id="rect3916"
width="115.29747"
height="21.526663"
x="7.0792794"
y="1114.5989"
inkscape:export-filename="/home/bart/coding/otclient/tools/charlist2.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90" />
<rect
y="1114.5989"
x="130.82297"
height="21.526663"
width="72.739548"
id="rect3918"
style="fill:none;stroke:#ff0300;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
inkscape:export-filename="/home/bart/coding/otclient/tools/charlist2.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90" />
<rect
style="fill:none;stroke:#ff0300;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
id="rect3920"
width="52.323803"
height="21.526663"
x="216.38289"
y="1114.5989"
inkscape:export-filename="/home/bart/coding/otclient/tools/charlist2.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90" />
<text
sodipodi:linespacing="125%"
id="text3922"
y="1130.4584"
x="135.0574"
style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
xml:space="preserve"
inkscape:export-filename="/home/bart/coding/otclient/tools/charlist2.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"><tspan
y="1130.4584"
x="135.0574"
id="tspan3924"
sodipodi:role="line">OPTIONS</tspan></text>
<text
sodipodi:linespacing="125%"
id="text3926"
y="1130.4584"
x="220.61731"
style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
xml:space="preserve"
inkscape:export-filename="/home/bart/coding/otclient/tools/charlist2.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"><tspan
y="1130.4584"
x="220.61731"
id="tspan3928"
sodipodi:role="line">MOTD</tspan></text>
<rect
style="fill:none;stroke:#ff0300;stroke-width:1.9858793;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
id="rect3930"
width="1278.0142"
height="30.01412"
x="0.99293965"
y="1798.3551"
inkscape:export-filename="/home/bart/coding/otclient/tools/charlist2.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90" />
<rect
y="1746.908"
x="463.8725"
height="58.714962"
width="352.25497"
id="rect3932"
style="fill:#ffffff;fill-opacity:1;stroke:#ff0300;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
inkscape:export-filename="/home/bart/coding/otclient/tools/charlist2.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90" />
<text
sodipodi:linespacing="125%"
id="text3934"
y="1781.3844"
x="579.54712"
style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
xml:space="preserve"
inkscape:export-filename="/home/bart/coding/otclient/tools/charlist2.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"><tspan
y="1781.3844"
x="579.54712"
id="tspan3936"
sodipodi:role="line">OTCLIENT LOGO</tspan></text>
<text
sodipodi:linespacing="125%"
id="text3938"
y="1799.9972"
x="626.79224"
style="font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
xml:space="preserve"
inkscape:export-filename="/home/bart/coding/otclient/tools/charlist2.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"><tspan
y="1799.9972"
x="626.79224"
id="tspan3940"
sodipodi:role="line">An alternative client for otserv</tspan></text>
<text
sodipodi:linespacing="125%"
id="text3942"
y="1790.4562"
x="1067.7313"
style="font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
xml:space="preserve"
inkscape:export-filename="/home/bart/coding/otclient/tools/charlist2.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"><tspan
y="1790.4562"
x="1067.7313"
id="tspan3944"
sodipodi:role="line">developed by edubart and baxnie</tspan></text>
<rect
y="1114.3622"
x="1138"
height="22"
width="72.650429"
id="rect3950"
style="fill:none;stroke:#ff0300;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
inkscape:export-filename="/home/bart/coding/otclient/tools/charlist2.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90" />
<text
sodipodi:linespacing="125%"
id="text3952"
y="1130.4584"
x="1149.8765"
style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
xml:space="preserve"
inkscape:export-filename="/home/bart/coding/otclient/tools/charlist2.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"><tspan
y="1130.4584"
x="1149.8765"
id="tspan3954"
sodipodi:role="line">ABOUT</tspan></text>
<text
sodipodi:linespacing="125%"
id="text3956"
y="1129.8671"
x="11.556349"
style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
xml:space="preserve"
inkscape:export-filename="/home/bart/coding/otclient/tools/charlist2.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"><tspan
y="1129.8671"
x="11.556349"
id="tspan3958"
sodipodi:role="line">Wed, 11:59 AM</tspan></text>
<rect
style="fill:#ffffff;fill-opacity:1;stroke:#ff0300;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
id="rect3960"
width="979"
height="148"
x="149"
y="1026"
inkscape:export-filename="/home/bart/coding/otclient/tools/charlist2.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"
transform="translate(0,332.36218)" />
<rect
style="fill:#ffffff;fill-opacity:1;stroke:#ff0300;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
id="rect3962"
width="61"
height="61"
x="159"
y="1036"
inkscape:export-filename="/home/bart/coding/otclient/tools/charlist2.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"
transform="translate(0,332.36218)" />
<text
xml:space="preserve"
style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:sANS;-inkscape-font-specification:sANS"
x="226"
y="1381.3622"
id="text3964"
sodipodi:linespacing="125%"
inkscape:export-filename="/home/bart/coding/otclient/tools/charlist2.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"><tspan
sodipodi:role="line"
id="tspan3966"
x="226"
y="1381.3622">Maria</tspan></text>
<text
xml:space="preserve"
style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:sANS;-inkscape-font-specification:sANS"
x="227"
y="1398.3622"
id="text3968"
sodipodi:linespacing="125%"
inkscape:export-filename="/home/bart/coding/otclient/tools/charlist2.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"><tspan
sodipodi:role="line"
id="tspan3970"
x="227"
y="1398.3622">Level: 23</tspan></text>
<text
xml:space="preserve"
style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:sANS;-inkscape-font-specification:sANS"
x="227"
y="1416.3622"
id="text3972"
sodipodi:linespacing="125%"
inkscape:export-filename="/home/bart/coding/otclient/tools/charlist2.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"><tspan
sodipodi:role="line"
id="tspan3974"
x="227"
y="1416.3622">World: Venus</tspan></text>
<text
xml:space="preserve"
style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
x="682.39441"
y="1555.3622"
id="text3976"
sodipodi:linespacing="125%"
inkscape:export-filename="/home/bart/coding/otclient/tools/charlist1.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"><tspan
sodipodi:role="line"
id="tspan3978"
x="682.39441"
y="1555.3622">Cancel</tspan></text>
<rect
style="fill:none;stroke:#ff0300;stroke-width:2.47694039;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
id="rect3980"
width="116.63319"
height="22.041578"
x="647.55243"
y="1540.3414"
inkscape:export-filename="/home/bart/coding/otclient/tools/charlist1.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90" />
<rect
y="1368.3622"
x="372"
height="61"
width="61"
id="rect3982"
style="fill:#ffffff;fill-opacity:1;stroke:#ff0300;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
inkscape:export-filename="/home/bart/coding/otclient/tools/charlist2.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90" />
<text
sodipodi:linespacing="125%"
id="text3984"
y="1381.3622"
x="441"
style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:sANS;-inkscape-font-specification:sANS"
xml:space="preserve"
inkscape:export-filename="/home/bart/coding/otclient/tools/charlist2.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"><tspan
y="1381.3622"
x="441"
id="tspan3986"
sodipodi:role="line">Joao</tspan></text>
<text
sodipodi:linespacing="125%"
id="text3988"
y="1398.3622"
x="440"
style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:sANS;-inkscape-font-specification:sANS"
xml:space="preserve"
inkscape:export-filename="/home/bart/coding/otclient/tools/charlist2.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"><tspan
y="1398.3622"
x="440"
id="tspan3990"
sodipodi:role="line">Level: 23</tspan></text>
<text
sodipodi:linespacing="125%"
id="text3992"
y="1416.3622"
x="440"
style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:sANS;-inkscape-font-specification:sANS"
xml:space="preserve"
inkscape:export-filename="/home/bart/coding/otclient/tools/charlist2.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"><tspan
y="1416.3622"
x="440"
id="tspan3994"
sodipodi:role="line">World: Marte</tspan></text>
<text
xml:space="preserve"
style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:sANS;-inkscape-font-specification:sANS"
x="151"
y="1196"
id="text4022"
sodipodi:linespacing="125%"
transform="translate(0,332.36218)"><tspan
sodipodi:role="line"
id="tspan4024"
x="151"
y="1196">Account status: Free Account</tspan></text>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 30 KiB

Loading…
Cancel
Save