Italia
Fonte/ Codesnippets

Erweiterten Fontmöglichkeiten Text Textausgabe

 

KompilierenMarkierenSeparieren
Source wurde am 15.07.2007 aus der MMJ-Quellcodesammlung (Dietmar Horn) in die Babyklappe auf XProfan.Com abgelegt:
Text: 3D-Textausgabe mit erweiterten Fontmöglichkeiten
PRFellow-Vorlage
Autor: Thomas Hölzer
Zeichnet einfachen 3D-Text und nutzt erweiterte Fontmöglichkeiten
Def CreateFontIndirect(1) !GDI32,CreateFontIndirectA
Def DeleteObject(1) !GDI32,DeleteObject
Def SelectObject(2) !GDI32,SelectObject
Def GetSysColor(1) !USER32,GetSysColor
Declare LF#,font&

Proc CreateFont

    Parameters facename$,height%,width%,bold%,italic%,ul%,strikeout%
    Case bold%: Let bold%=700
    Dim LF#,60
    Long LF#,0=height%
    Long LF#,4=width%
    Long LF#,8=0
    Long LF#,12=0
    Long LF#,16=bold%
    Byte LF#,20=italic%
    Byte LF#,21=ul%
    Byte LF#,22=strikeout%
    Byte LF#,23=1
    Byte LF#,24=0
    Byte LF#,25=0
    Byte LF#,26=0
    Byte LF#,27=2
    String LF#,28=Add$(facename$,Chr$(0))
    Let font&=CreateFontIndirect(LF#)
    Dispose LF#
    Return font&

EndProc

Proc Draw3DText

    Parameters x%,y%,factor%,text$
    Declare x1%,x2%,y1%,y2%
    Let x1%=Add(x%,factor%)
    Let y1%=Add(y%,factor%)
    Let x2%=Add(x1%,factor%)
    Let y2%=Add(y1%,factor%)
    TextColor GetSysColor(14),-1
    DrawText x%,y%,text$
    TextColor GetSysColor(16),-1
    DrawText x2%,y2%,text$
    TextColor GetSysColor(15),-1
    DrawText x1%,y1%,text$

EndProc

SetTrueColor 1
Cls GetSysColor(15)
CreateFont Times New Roman,70,0,0,1,0,0
Let font&=&(0)
SelectObject(%hdc,font&)
SelectObject(%hdc2,font&)
Draw3DText 20,90,1,PRFellow sticht hervor
Draw3DText 20,250,-1,... und prägt sich ein
WaitInput
Delet
t(font&)
 
15.07.2007  
 



Zum Quelltext


Topictitle, max. 100 characters.
 

Systemprofile:

Kein Systemprofil angelegt. [anlegen]

XProfan:

 Posting  Font  Smilies  ▼ 

Bitte anmelden um einen Beitrag zu verfassen.
 

Topic-Options

1.999 Views

Untitledvor 0 min.
Manfred Barei30.12.2012
Frank Vorholzer09.05.2012
Stephie14.08.2011
Klaus Ernst12.01.2011

Themeninformationen

Dieses Thema hat 1 subscriber:

unbekannt (1x)


Admins  |  AGB  |  Applications  |  Autori  |  Chat  |  Informativa sulla privacy  |  Download  |  Entrance  |  Aiuto  |  Merchantportal  |  Impronta  |  Mart  |  Interfaces  |  SDK  |  Services  |  Giochi  |  Cerca  |  Support

Ein Projekt aller XProfaner, die es gibt!


Il mio XProfan
Private Notizie
Eigenes Ablageforum
Argomenti-Merkliste
Eigene Beiträge
Eigene Argomenti
Zwischenablage
Annullare
 Deutsch English Français Español Italia
Traduzioni

Informativa sulla privacy


Wir verwenden Cookies nur als Session-Cookies wegen der technischen Notwendigkeit und bei uns gibt es keine Cookies von Drittanbietern.

Wenn du hier auf unsere Webseite klickst oder navigierst, stimmst du unserer Erfassung von Informationen in unseren Cookies auf XProfan.Net zu.

Weitere Informationen zu unseren Cookies und dazu, wie du die Kontrolle darüber behältst, findest du in unserer nachfolgenden Datenschutzerklärung.


einverstandenDatenschutzerklärung
Ich möchte keinen Cookie