Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Luís Oliveira
cl-vectors
Commits
c7be504b
Commit
c7be504b
authored
May 28, 2007
by
Frédéric Jolliton
Browse files
Fix lang-o (reversed -> reverted)
parent
3cdc5c7d
Changes
1
Hide whitespace changes
Inline
Side-by-side
paths-ttf.lisp
View file @
c7be504b
...
@@ -73,12 +73,12 @@
...
@@ -73,12 +73,12 @@
(
defun
make-string-path
(
font-loader
text
(
defun
make-string-path
(
font-loader
text
&key
(
position
(
make-point
0
0
))
(
size
12
)
&key
(
position
(
make-point
0
0
))
(
size
12
)
(
halign
:left
)
(
valign
:baseline
)
(
inver
s
ed
t
)
(
kerning
t
))
(
halign
:left
)
(
valign
:baseline
)
(
inver
t
ed
t
)
(
kerning
t
))
(
let*
((
em
(
units/em
font-loader
))
(
let*
((
em
(
units/em
font-loader
))
(
scale
(
/
size
em
))
(
scale
(
/
size
em
))
(
scale-x
scale
)
(
scale-x
scale
)
(
scale-y
scale
))
(
scale-y
scale
))
(
when
inver
s
ed
(
when
inver
t
ed
(
setf
scale-y
(
-
scale-y
)))
(
setf
scale-y
(
-
scale-y
)))
(
let
((
bb
(
string-bounding-box
text
font-loader
:kerning
kerning
)))
(
let
((
bb
(
string-bounding-box
text
font-loader
:kerning
kerning
)))
(
setf
position
(
p-
position
(
setf
position
(
p-
position
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment