search for: facename

Displaying 12 results from an estimated 12 matches for "facename".

Did you mean: ifacename
2007 Mar 19
1
Delphi applications printing bug
...EPS.DRV" L"PostScript-Printer-1" L"LPT1:" (nil)) +trace:psdrv:PSDRV_UpdateDevCaps ImageableArea = 0,0 - 2479,3508: PageSize = 2479x3508 +trace:psdrv:PSDRV_UpdateDevCaps devcaps: horzSize = 209mm, vertSize = 297mm, horzRes = 2479, vertRes = 3508 +trace:psdrv:PSDRV_SelectFont FaceName = L"" Height = 100 Italic = 0 Weight = 400 +trace:psdrv:PSDRV_SelectPen hpen = 0x60 colour = 00000000 [...] +trace:psdrv:PSDRV_MergeDevmodes Changing page to A4 2099 x 2970 +trace:psdrv:PSDRV_FindPrinterInfo No 'Paper Size' for printer 'PostScript-Printer-1' +trace:psdrv:P...
2001 Feb 02
1
Font problems (wrong font is used) (sorry for the delay Gerard!!)
...indows-ms sans > serif-medium-r-normal-*-13-*-72-72-p-*-microsoft-cp1252 > trace:font:XFONT_RealizeFont physfont 0 > trace:font:X11DRV_FONT_SelectObject hfont=ffed > trace:font:XFONT_MatchDeviceFont (0) 'Ms Sans Serif' h=-11 weight=400 > trace:font:XFONT_MatchDeviceFont found facename 'Ms Sans Serif' > trace:font:XFONT_Match [ 11pt h=13 w=6 Normal ] > trace:font:XFONT_Match returning 0 > trace:font:LFD_ComposeLFD LFD(uRelax=0): -windows-ms sans > serif-medium-r-normal-*-13-*-72-72-p-*-microsoft-cp1252 > trace:font:XFONT_RealizeFont physfont 1...
2010 Apr 14
1
Problem trying to plot Vennerable object
...erable library from Rforge, this required an upgrade of R to 2.10.0 by the 'pylr' dependency. However, a very simple command fails: Vcomb <- Venn(SetNames= c("EOCT", "EOCM"), Weight=c(0, 11841, 24084, 24660)) plot(Vcomb) with this error: Error in do.call(c, lapply(.faceNames(new1), .faceEdgeNames, drawing = new1)) : 'what' must be a character string or a function What's frustrating is that a colleague with different versions of R (2.8.x) and some of the libraries gets the above function to work fine. I have no idea how to debug this error. Any help...
2007 Mar 30
0
[933] branches/wxruby2/wxwidgets_282: Font API 2.6 -> 2.8, corrections to Event doc
..._FONT@ </span><span class="cx"> * @Wx::ITALIC_FONT@ </span><span class="cx"> * @Wx::SWISS_FONT@ </span><span class="lines">@@ -146,16 +148,18 @@ </span><span class="cx"> * "Font#get_face_name":#Font_getfacename </span><span class="cx"> * "Font#get_family":#Font_getfamily </span><span class="cx"> * "Font#get_native_font_info_desc":#Font_getnativefontinfodesc </span><ins>+* "Font#get_native_font_info_user_desc":#Font_getna...
2011 Oct 20
2
Locating .tff or .fon file for fonts in C:\Windows\Font
Normally each font has entry in the registry under HKLM\\Software\\Microsoft\\Windows NT\\CurrentVersion\\Fonts whereby the registry Name is the font name and the registry Data value is the filename of the font (for example courier.ttf). In my app I use the facename from the LOGFONT structure and the above registry entries to determine the associated ttf file. When I add a font to the C:\Windows\font, the font correctly appears as an available font in the font dialog, but the entry is not listed in HKLM\\Software\\Microsoft\\Windows NT\\CurrentVersion\\Fonts...
2011 Jan 07
5
Set font and size in xterm
I have a situation where gnome console does not handle vt102 escape sequences properly and therefor need to employ xterm instead. When I run xterm from a gnome terminal window I am presented with an extremely small terminal window employing an almost unreadably small font. I have attempted to set the font size using xrdb and a custom .Xresources file. I can change the colour scheme. I can
2015 Feb 20
0
Wine release 1.7.37
...(). vbscript: Fix potential crash if script site creation failed. wshom.ocx: Implement RegRead(). wshom.ocx: Implement RegWrite(). dwrite: Use vertical variants in GetGlyphs() when appropriate. dwrite: Fix error code returned by GetFontFromFontFace(). dwrite: Set facename field of a LOGFONT in ConvertFontFaceToLOGFONT(). wshom.ocx: Fix WshShell instance QI behaviour. wshom.ocx: Silence class factory QI fixme. Pierre Schweitzer (1): setupapi: Fix string conversion in SetupGetInfInformationA(). Piotr Caban (7): server: Filter WM_QUIT message...
2006 Nov 26
0
[758] trunk/wxruby2: i18n support: added Locale class, methods for get/set languages & encodings
...t;/ins><span class="cx"> * "Font#is_fixed_width":#Font_isfixedwidth </span><del>-* "Font#get_default_encoding":#Font_getdefaultencoding </del><ins>+ </ins><span class="cx"> * "Font#get_face_name":#Font_getfacename </span><span class="cx"> * "Font#get_family":#Font_getfamily </span><span class="cx"> * "Font#get_native_font_info_desc":#Font_getnativefontinfodesc </span><span class="lines">@@ -179,8 +163,32 @@ </span>&lt...
2009 Feb 27
0
Wine release 1.1.16
...di32/tests: Only test the lowest byte of GdiRealizationInfo flags so that the test passes on Vista. gdi32/tests: GetTextFaceA called with a NULL buffer returns 0 on win98 and winMe. gdi32/tests: Win98 and WinMe actually do set error codes. gdi32/tests: Win9x doesn't ensure the facename is nul terminated. Compare the logfont one element at a time. gdi32: In a Baltic locale the last char of a symbol font is reported as 0xf8fd rather than 0xf0ff. gdi32/tests: Allow the first char code to point to glyph 0 (the .notdef glyph). inetcomm/tests: Object is a static singl...
2010 Feb 05
0
Wine release 1.1.38
...server object. msdaps: Implement the marshalling object. msdaps: Add a stub row proxy object. msdaps: Add a stub rowset proxy object. msdaps: Add support for remoting IRow_GetColumns. msdaps: Make use of the row server in ICreateRow_CreateRow. gdi32: Zero pad the facename buffer so that we don't write uninitialized data to the metafile. msdaps: Add server side stubs for IRowChange and IRowset. Expose IRowChange on the client side. msdaps: Add support for remoting IRowset_AddRefRows. msdaps: Add support for remoting IRowset_GetNextRows. ms...
2008 Sep 05
0
Wine release 1.1.4
...gdiplus: Stub GdipGetFontStyle. gdiplus: Test for GdipGetFamily. gdiplus: Test for GdipGetFontStyle. gdiplus: Implement GdipGetFamily. gdiplus: Implement GdipGetFontStyle. gdiplus: Implement GdipGetFontHeight. gdiplus: Don't create a font if there is no facename. gdiplus: GdipGetFontHeightGivenDPI: Return a valid value for UnitPixel. gdiplus: Stub GdipTranslateLineTransform. gdiplus: Stub GdipCreateTexture. gdiplus: Stub GdipCreateTexture2. gdiplus: Stub GdipCreateTexture2I. gdiplus: Implement GdipCreateTexture. gd...
2008 Aug 22
0
Wine release 1.1.3
...sic test. gdiplus: Implemented GdipSetCustomLineCapStrokeJoin + tests. gdiplus: Implemented GdipGetCustomLineCapBaseInset + test. gdiplus: Implemented GdipGetCustomLineCapWidthScale with some tests. gdiplus: Add a test that shows GdipCreateFontFromLogfontW problem with empty FaceName. gdiplus: GdipGetStringFormatDigitSubstitution implemented. gdiplus: GdipSetStringFormatDigitSubstitution implemented. gdiplus: GdipStringFormatGetGenericTypographic implemented. gdiplus: GdipGetStringFormatTabStopCount implementation with tests. gdiplus: Implemented G...