Displaying 20 results from an estimated 368 matches for "glyph".
2007 Feb 15
0
8 commits - libswfdec/swfdec_bits.h libswfdec/swfdec_font.c libswfdec/swfdec_font.h libswfdec/swfdec_loader.c libswfdec/swfdec_loader_internal.h libswfdec/swfdec_tag.c libswfdec/swfdec_text.c libswfdec/swfdec_text.h test/swfedit_token.c test/various
...NFIG_H
#include "config.h"
#endif
diff-tree b5b06e40f10336b5bc057d0fad626a88e2ff8fb2 (from 3b4d3b8ffde2921b618208ff0fed436ec92817ba)
Author: Benjamin Otte <otte@gnome.org>
Date: Thu Feb 15 15:49:18 2007 +0100
Implement DefineFont3
This includes some changes for the Glyph em square scale factor, which is 1024
in DefineFont and DefineFont2, but 20*1024 in DefineFont3
diff --git a/libswfdec/swfdec_bits.h b/libswfdec/swfdec_bits.h
index 0dd1dd9..d568dd8 100644
--- a/libswfdec/swfdec_bits.h
+++ b/libswfdec/swfdec_bits.h
@@ -26,8 +26,6 @@
#include <libswfdec/swf...
2008 Nov 25
1
warning: XXX: missing glyph for char YYY
During a compilation of Wine I always get lots of errors in a form of
warning: XXX: missing glyph for char YYY
i.e.
warning: Courier 13: missing glyph for char 009f
warning: Small Fonts 11: missing glyph for char 00e9
warning: MS Sans Serif 13: missing glyph for char 03ae
warning: System 16: missing glyph for char 0626
They flood the log, creating almost 1900 lines.
I've attached it her...
2008 Sep 08
4
[Bug 17483] New: corrupted glyph pixmaps
http://bugs.freedesktop.org/show_bug.cgi?id=17483
Summary: corrupted glyph pixmaps
Product: xorg
Version: unspecified
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
ReportedBy...
2007 Apr 22
0
3 commits - libswfdec/swfdec_bits.c libswfdec/swfdec_font.c libswfdec/swfdec_movie.c
...= save_bits;
+ if (swfdec_bits_left (&s->b)) {
+ SWFDEC_WARNING ("parsing shape didn't use %d bytes",
+ swfdec_bits_left (&s->b) / 8);
}
+ s->b = save_bits;
}
int
@@ -232,7 +229,7 @@ tag_func_define_font (SwfdecSwfDecoder *
g_array_set_size (font->glyphs, n_glyphs);
offset = swfdec_bits_get_u16 (&offsets);
- for (i = 0; i < n_glyphs; i++) {
+ for (i = 0; i < n_glyphs && swfdec_bits_left (&s->b); i++) {
SwfdecFontEntry *entry = &g_array_index (font->glyphs, SwfdecFontEntry, i);
if (i + 1 == n_glyphs)...
2001 Jul 14
3
Ogg icons / glyphs -- use of copyrighted images?
Do we have a standard icon and/or glyphs identified for GUI-based
applications?
I'm adding Vorbis support to CDMaster32 and I'm finding I'm in need of 17x17
glyphs (.bmp) to graphically show progress of OGG files.
Has anyone thought about this?
If not I was thinking of modifying/reducing the Xiphophorus "fish" lo...
2001 Oct 19
3
Type1 Fonts
...gistry 'fontspecific' and character encoding '0'
fixme:font:LFD_InitFontInfo font '-sun-open look cursor-----12-120-75-75-p-160-sunolcursor-1' has unknown registry 'sunolcursor' and character encoding '1'
fixme:font:LFD_InitFontInfo font '-sun-open look glyph-----10-100-75-75-p-101-sunolglyph-1' has unknown registry 'sunolglyph' and character encoding '1'
fixme:font:LFD_InitFontInfo font '-sun-open look glyph-----12-120-75-75-p-113-sunolglyph-1' has unknown registry 'sunolglyph' and character encoding '1'
fi...
2002 Feb 21
2
SlowView Windows clipart viewer
...gistry 'fontspecific' and character encoding '0'
fixme:font:LFD_InitFontInfo font '-sun-open look cursor-----12-120-75-75-p-160-sunolcursor-1' has unknown registry 'sunolcursor' and character encoding '1'
fixme:font:LFD_InitFontInfo font '-sun-open look glyph-----10-100-75-75-p-101-sunolglyph-1' has unknown registry 'sunolglyph' and character encoding '1'
fixme:font:LFD_InitFontInfo font '-sun-open look glyph-----12-120-75-75-p-113-sunolglyph-1' has unknown registry 'sunolglyph' and character encoding '1'
fi...
2010 Dec 05
1
"less than or equal to" glyph
...t \u2264 inside the text, like this
lsd_label <- "LSD (P \u2264 0.05) = "
the result is
"LSD (P = 0.05) = "
instead
"LSD (P ? 0.05) = "
how can i solve this problem?
Thanks.
--
View this message in context: http://r.789695.n4.nabble.com/less-than-or-equal-to-glyph-tp3073557p3073557.html
Sent from the R help mailing list archive at Nabble.com.
2019 Oct 26
2
Font for cyrillic letters
Hi.
I was trying to make syslinux to display russian letters.
This page https://wiki.syslinux.org/wiki/index.php?title=Directives/font
says that for Cyrillic you need a CP855. Is that correct? All other guides in internet say that you need CP866.
I finally got it working. My config file was encoded in ibm866 correctly, but the problem was the font file itself.
I am on Arch Linux, so I run
gunzip
2012 Oct 10
1
impossible to fill point glyphs in a lattice plot
(sorry for repetition: the previous mail resulted from a weird manipulation
in the forum)
With the following code :
dat1 <- matrix(nrow=4, ncol=2)
dat1[1,] <- c(-2, 1)
dat1[2,] <- c(-1.7, 0.9)
dat1[3,] <- c(0.1, 0.6)
dat1[4,] <- c(0.5, 0.5)
theplot <- xyplot(V2 ~ V1, as.data.frame(dat1), pch=c(4,1,5,4))
plot(theplot, prefix="theplot") # for a predictable name
2017 Sep 14
0
special latin1 do not print as glyphs in current devel on windows
...t/074830.html) in
> particular (thank you for the links and the bug report!). My initial
> posts were quite chaotic (and partly wrong), so I am trying to clear
> things up a bit.
>
> Actually, the title of my original message "special latin1
> [characters] do not print as glyphs in current devel on windows" is
> already wrong, because the problem exists with characters with CP1252
> encoding in the 80-9F (hex) range. Like Brian Ripley rightfully
> pointed out, latin1 != CP1252. The characters in the 80-9F code point
> range are not even part of ISO/IE...
2001 Nov 05
1
Oops! Cooledit, wine, and data!
...gistry 'fontspecific' and character encoding '0'
fixme:font:LFD_InitFontInfo font '-sun-open look cursor-----12-120-75-75-p-160-sunolcursor-1' has unknown registry 'sunolcursor' and character encoding '1'
fixme:font:LFD_InitFontInfo font '-sun-open look glyph-----10-100-75-75-p-101-sunolglyph-1' has unknown registry 'sunolglyph' and character encoding '1'
fixme:font:LFD_InitFontInfo font '-sun-open look glyph-----12-120-75-75-p-113-sunolglyph-1' has unknown registry 'sunolglyph' and character encoding '1'
fi...
2004 Nov 03
2
Suggested color schemes for points, not regions?
...eme of choice is a set of fairly saturated colors along the
lines of:
navy
brown/orange
black
purple
red
medium green
This is similar to the 'paired' color scheme, but using only the saturated
colors and substituting black for yellow. Depending on circumstances, I
sometimes use a different glyph for each color. The hard part about all
this is to make sure that each color/glyph combination has the same
'attention-getting' power.
Any discussion or comments are welcome.
Kevin Wright
2001 Sep 18
1
help me
...try 'fontspecific' and character encoding '0'
fixme:font:LFD_InitFontInfo font '-sun-open look
cursor-----12-120-75-75-p-160-sunolcursor-1' has unknown registry
'sunolcursor' and character encoding '1'
fixme:font:LFD_InitFontInfo font '-sun-open look
glyph-----10-100-75-75-p-101-sunolglyph-1' has unknown registry 'sunolglyph'
and character encoding '1'
fixme:font:LFD_InitFontInfo font '-sun-open look
glyph-----12-120-75-75-p-113-sunolglyph-1' has unknown registry 'sunolglyph'
and character encoding '1'...
2019 Oct 26
2
Font for cyrillic letters
..." Code Page for Cyrillic for MS-DOS is "cp855".
>
> There are several alternative Cyrillic fonts (that were created
> later-on). This means that, when using one particular font/codepage
> (e.g. cp855), one scancode might be "translated" into one particular
> glyph on screen, but when using a different font/codepage (e.g. cp866)
> the resulting glyph on screen might be different than when using the
> first font.
>
> Additionally, saving the syslinux.cfg file itself with a different
> codepage _might_ affect the resulting glyphs when showing th...
2001 Mar 01
1
WINE Problems
...-72-72-c-240-gb2312.1980-0' are not working
correctly now.
fixme:font:LFD_InitFontInfo font '-sun-open look
cursor-----12-120-75-75-p-160-sunolcursor-1' has unknown registry
'sunolcursor' and character encoding '1'
fixme:font:LFD_InitFontInfo font '-sun-open look
glyph-----10-100-75-75-p-101-sunolglyph-1' has unknown registry
'sunolglyph' and character encoding '1'
fixme:font:LFD_InitFontInfo font '-sun-open look
glyph-----12-120-75-75-p-113-sunolglyph-1' has unknown registry
'sunolglyph' and character encoding '1'
f...
2019 Oct 26
0
Font for cyrillic letters
...The "original" Code Page for Cyrillic for MS-DOS is "cp855".
There are several alternative Cyrillic fonts (that were created
later-on). This means that, when using one particular font/codepage
(e.g. cp855), one scancode might be "translated" into one particular
glyph on screen, but when using a different font/codepage (e.g. cp866)
the resulting glyph on screen might be different than when using the
first font.
Additionally, saving the syslinux.cfg file itself with a different
codepage _might_ affect the resulting glyphs when showing the boot menu
(or the b...
2017 Aug 01
0
special latin1 do not print as glyphs in current devel on windows
You seem confused about Latin-1: those characters are not in Latin-1.
(MicroSoft code pages are a proprietary encoding, some code pages such
as CP1252 being extensions to Latin-1.)
You have not given the 'at a minimum information' asked for in the
posting guide so we have no way to reproduce this, and without showing
us the output on your system, we have no idea what you saw.
[As a
2002 Jul 08
1
addenda to wordperfect
I did find a say to get to the directory holding wpwin9 and it strarted
but then froze with the splash screen. Not sure how to get the error
message in here; seems to have to do with the keyboard and X11driver;
hope I am abusing this bulletin board, but I am hoping someone can help
me with the next step. Thanks
2007 Jan 07
3
MDS in 3D
Hi,
I have tried to develop multidimensional scaling for 3D space using PCA without success, yet;-) Is there some application ready in R?
Cheers,
Atte