Advertisement

1 - 10 of 14 containing alltags:("logfont") (0 seconds)
CreateFontIndirect takes a LOGFONT and creates a font . Is there a function that fills a LOGFONT structure based on the given HFONT handle ? Thanks
Zones: Windows Programming, Font CreatorDate Answered: 05/22/1998 Grade: A Views: 27
Hi everybody, I want to ask sth about LOGFONT structure and EMF files.. How can we obtain font informations from EMF files? (Which fonts are used in EMF file).. Can sb explain it to me ...
Zones: Windows MFC, Adobe Type Manager, Font C...Date Answered: 06/22/2006 Grade: A Views: 0
OK - daft question. But the LOGFONT type is declared as Private Type LOGFONT     lfHeight As Long     lfWidth As Long     lfEscapement As Long     lfOrientation As Long     lfWeight As Long     lf...
Zones: Visual BasicDate Answered: 08/10/1999 Grade: A Views: 28
How can I get a log font structure when I have a handle to a font ?
Zones: Windows ProgrammingDate Answered: 09/13/1999 Grade: B Views: 5
Hello, I am trying to use the 3 of 9 Barcode  font which is a true type font, but it doesn't work.  Other fonts do work. Does anybody know why and how to make it work.  The following is the cod...
Zones: C++, Font CreatorDate Answered: 08/07/2001 Grade: A Views: 0
Hi I am trying to use Cleartype with my application, I am using eMbedded Visual C++ 3.0 with the Pocket PC 2002 SDK. As far as I have been able to gather you need to set the lfquality field in LOG...
Zones: Windows Mobile ProgrammingDate Answered: 03/09/2003 Grade: A Views: 0
I'm working on a VB6 project with API created windows and controls (don't ask me why), and need to know how to create a new font for the created windows. Normally font objects can be retrieved from...
Zones: Visual Basic, Font CreatorDate Answered: 08/08/2000 Grade: A Views: 0
Does anyone know the meaning of bit 0x40 (decimal 64) in LOGFONT's lfClipPrecision field ? The bit is seen to be on from one application running on Windows 98 traditional Chinese version, and GD...
Zones: Windows ProgrammingDate Answered: 12/25/2000 Grade: A Views: 0
Hi, I need to draw text vertically, ....(simple enuf) But the font that needs to be drawn, needs to be selected by the user at runtime. (* This is an extract of my code *) GetObject(Canvas.F...
Zones: Delphi ProgrammingDate Answered: 03/27/2002 Grade: A Views: 0
GDI seems to refuse to antialias 12 point Arial.  Does anyone know a way to force it to be antialiased?  I know I am correctly specifying the LOGFONT structure, but GDI falls back to bitmap fonts f...
Zones: Windows MFC, Font CreatorDate Answered: 07/03/2004 Grade: C Views: 0