Displaying 2 results from an estimated 2 matches for "xheight".
Did you mean:
height
1998 Nov 28
1
No subject
...lot each
iteration.
Any suggestions would be greatly appreciated. I am running R 63.0 (Guido's
latest version for Windows).
Niels
> Quincunx.prg
function(trials = 100)
{
graphsheet(pages = "Off")
par(mfrow = c(1, 2))
xpoints <- seq(1, 25, 1)
ypoints <- seq(1, 25, 1)
xheights <- rep(0, 25)
mcol <- 2
xy <- expand.grid(xpoints, ypoints)
xx <- seq(1, 25, 2)
yy <- rep(0, 25)
ypos <- ypoints + 0.4
HT <- c("H", "T")
for(j in 1:trials) {
plot(xpoints, ypoints, type = "n", xlab = "", ylab = "", axe...
2020 Oct 21
0
[ANNOUNCE] fonttosfnt 1.2.0
...C rounding functions
use more properties according to XLFD
use design metrics in eblc instead of calculated metrics
provide version 5 OS/2 table
Add warnings when wrapping multiple fonts and on PCF fonts
move metrics calculation to write.c
calculate capHeight and xHeight as recommended
fix sign of sTypoDescender
use PIXEL_SIZE to calculate lineGap
Peng Wu (1):
Guess Regular style for Medium Weight
Peter Hutterer (1):
Bump to 1.2.0
rnhmjoj (2):
Fix incorrect error handling in macTime()
Fix uninitialised memory write
git tag: f...