home *** CD-ROM | disk | FTP | other *** search
- Form1
- RotFont
- Form1
- Screen
- Printer
- CreateFont
- LOGFONT
- lfHeight
- lfWidth
- lfEscapement3
- lfOrientation
- lfWeight
- lfItalicy
- lfUnderline&
- lfStrikeOutt
- lfCharSetE
- lfOutPrecision;
- lfClipPrecisione
- lfQuality
- lfPitchAndFamily
- lfFaceName
- LF_FACESIZE
- CreateFontIndirect
- lpLogFont
- GetObject
- hObject
- nCount{
- lpObjectQ
- DeleteObject
- SelectObject2
- Form_Click
- ByValW
- CurrentX
- CurrentY
- hFontX
- ANSI_CHARSET
- SYMBOL_CHARSETZ
- SHIFTJIS_CHARSET
- OEM_CHARSET
- OUT_DEFAULT_PRECIS
- OUT_STRING_PRECIS
- OUT_CHARACTER_PRECIS|
- OUT_STROKE_PRECIS
- CLIP_DEFAULT_PRECIS1
- CLIP_CHARACTER_PRECISD
- CLIP_STROKE_PRECISq
- DEFAULT_QUALITY~
- DRAFT_QUALITY
- PROOF_QUALITY
- DEFAULT_PITCH)
- FIXED_PITCH
- VARIABLE_PITCH
- FF_DONTCARE
- FF_ROMAN
- FF_SWISS
- FF_MODERN
- FF_SCRIPT
- FF_DECORATIVE
- FW_DONTCARE
- FW_THIN+
- FW_EXTRALIGHT
- FW_LIGHT
- FW_NORMAL
- FW_MEDIUM`
- FW_SEMIBOLDk
- FW_BOLD
- FW_EXTRABOLD
- FW_HEAVYW
- FW_ULTRALIGHT
- FW_REGULAR
- FW_DEMIBOLD
- FW_ULTRABOLD
- FW_BLACK
- Screen
- FontCounto
- FontName
- FontsK
- ScreenFontsJ
- hFontOld
- Command1_ClickQ
- Printer
- NextFont_Click
- Start_Click
- ShowFont
- Ende_ClickD
- GetDeviceCaps
- nIndex
- LOGPIXELSX
- TEXTCAPS
- TC_CR_ANY
- TC_SA_CONTIN7
- Caps_Click
- TC_EA_DOUBLE
- TC_RA_ABLE
- TC_VA_ABLE
- Scrn_Click
- @ Prt_Click
- @ Fin_Click
- thenMsgBox
- scalewidth
- MousePointer
- Enabled
- @ Form_Load
- Hello
- unless
- From WINAPI.TXT:-
- Caps_Click
- Can screen(-driver) do character rotation?e
- Screen can do character rotation"u
- Screen cannot do character rotationu
- Can printer(-driver) do character rotation?
- Printer can do character rotationu
- Printer cannot do character rotation"u
- Scrn_Click
- Function CreateFont has 14 parameters (no other Windows function has that many)
- For further details see Windows Programmer's Reference, Vol1, pg 4-48
- Char height
- Char width, use default**
- elevation of textline
- Char Orientation, not used here**
- Font weight (0..1000)
- Italic (if non-zero)0
- Underline (if non-zero)
- Strike out (if non-zero)
- Character set 0 = ANSI, 255 = OEM
- Output precision, use default**
- Clipping precision, use default**
- Output quality, use default**
- Pitch and family, use default**
- Courier"
- Fontnamed
- ** (unless you want to do some fine tuning)
- The following code shows all screen fonts on your form,
- Not all fonts are available for rotationa
- Font #
- Test with
- Some fonts may have shown up more than once due to theo
- way, Windows lists the fonts.
- A more sophisticated method to find out, which fonts are available
- for rotation is given in the MSKB (Q72021)c
- Prt_Click
- Can printer(-driver) do character rotation?
- Current printer is not reported"
- to do character rotation
- Try it anyway?
- Function CreateFont has 14 parameters (no other Windows function has that many)
- For further details see Windows Programmer's Reference, Vol1, pg 4-48
- Comments in WINAPI.TXT give also some help
- Char height
- Char width, use default**
- elevation of textline
- Char Orientation, not used here**
- Font weight (0..1000)
- Italic (if non-zero)0
- Underline (if non-zero)
- Strike out (if non-zero)
- Character set 0 = ANSI, 255 = OEM
- Output precision, use default**
- Clipping precision, use default**
- Output quality, use default**
- Pitch and family, use default**
- Courier"
- Fontnamed
- ** (unless you want to do some fine tuning)
- The following code prints all fonts of the current printer
- Not all fonts are available for rotations
- Printer Font #"
- Test-Text
- A more sophisticated method to find out which fonts are available
- for rotation is given in the MSKB (Q72021)h
- Fin_Click
- Form_Load
- Hello
- Hope it helps!
- Merry Christmas and a Happy New Year
- from Fredi Egger [100014,34], Switzerland"
-