search for: glyphs

Displaying 20 results from an estimated 363 matches for "glyphs".

Did you mean: 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
...ec_font.c +++ b/libswfdec/swfdec_font.c @@ -206,6 +206,7 @@ tag_func_define_font (SwfdecSwfDecoder * font = swfdec_swf_decoder_create_character (s, id, SWFDEC_TYPE_FONT); if (!font) return SWFDEC_STATUS_OK; + font->scale_factor = SWFDEC_TEXT_SCALE_FACTOR; offsets = s->b; n_glyphs = swfdec_bits_get_u16 (&s->b); @@ -234,16 +235,22 @@ tag_func_define_font (SwfdecSwfDecoder * } static void -get_kerning_record (SwfdecBits * bits, int wide_codes) +swfdec_font_parse_kerning_table (SwfdecSwfDecoder *s, SwfdecFont *font, gboolean wide_codes) { - if (wide_codes) { - s...
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 here
2008 Sep 08
4
[Bug 17483] New: corrupted glyph pixmaps
...OS/Version: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org ReportedBy: drzeus-bugzilla at drzeus.cx QAContact: xorg-team at lists.x.org On my NVS 140M, glyphs sometimes get corrupted with stray extra pixels. Mostly it's just one here and one there, but a few got a continuous horisontal line. It is the actual glyph pixmap that gets corrupted as the same corruption can be seen everywhere that glyph is used. nouveau: 6dd8ad4... drm: cd7d71f... xorg: 1...
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" log...
2001 Oct 19
3
Type1 Fonts
I've narrowed the my Cups printing problem down to Wine not loading my Type 1 fonts. I have several Type 1 fonts installed in 3 places, all of which are in my fontpath ("xset q" lists them). I can use the Type 1 fonts in X and with KDE-2.2.1 even as AntiAliased, however, when I try to print from an app under wine I get a memory error and a message at the command line stating
2002 Feb 21
2
SlowView Windows clipart viewer
I have tried to run this unsuccessfully, the error log being as follows: Building font metrics. This may take some time... fixme:font:LFD_InitFontInfo DBCS fonts like '-daewoo-gothic-medium-r-normal--16-120-100-100-c-160-ksc5601.1987-0' are not working correctly now. fixme:font:LFD_InitFontInfo DBCS fonts like '-daewoo-mincho-medium-r-normal--16-120-100-100-c-160-ksc5601.1987-0'
2010 Dec 05
1
"less than or equal to" glyph
If i insert \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/IEC...
2001 Nov 05
1
Oops! Cooledit, wine, and data!
I forgot the attached file the last time! I tried execute Cooledit2000.exe with these versions of wine. tillarium:/home/tilleyrw# dpkg -l | grep wine ii libwine 0.0.20011004-1 Windows Emulator (Library) ii libwine-dev 0.0.20011004-1 Windows Emulator (Development files) ii wine 0.0.20011004-1 Windows Emulator (Binary Emulator) ii wine-doc 0.0.20011004-1 Windows
2004 Nov 03
2
Suggested color schemes for points, not regions?
I have seen a couple of posts about color schemes like those at the ColorBrewer site. Most recently: http://geography.uoregon.edu/datagraphics/color_scales.htm These color schemes can work very well for regions (bars, polygons, images, etc.) but are not very suitable for points and/or lines. Is anyone aware of research/suggestions for a color scheme to use for scatter plots? I've looked at
2001 Sep 18
1
help me
Hi! my wine installation was running quite well, until, unexpected, toady i am getting thie error if i try to run any windows program: bash-2.05# /usr/local/wine/bin/wine /win98/win98/sol.exe -winver win95 Building font metrics. This may take some time... fixme:font:LFD_InitFontInfo DBCS fonts like '-daewoo-gothic-medium-r-normal--16-120-100-100-c-160-ksc5601.1987-0' are not working
2019 Oct 26
2
Font for cyrillic letters
...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 boot CLI). The same might be relevant for so-called "display" > (aka "help") files being shown by Syslinux. > > Please note that the codepage that is used for saving the syslinux.cfg > (and/or the "display") file is...
2001 Mar 01
1
WINE Problems
The following appreared when I tried to run Agent with WINE. tilleyrw@debian:~$ xhost +localhost localhost being added to access control list tilleyrw@debian:~$ xterm -display :0 tilleyrw@debian:~$ wine Wine called with no arguments. Invoking /usr/bin/wine.bin ... tilleyrw@debian:~$ wine /mnt/C/Program\ Files/Agent/agent.exe /usr/bin/wine: [: too many arguments Invoking /usr/bin/wine.bin
2019 Oct 26
0
Font for cyrillic letters
...;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 boot CLI). The same might be relevant for so-called "display" (aka "help") files being shown by Syslinux. Please note that the codepage that is used for saving the syslinux.cfg (and/or the "display") file is independent of the fon...
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