Post Reply 
TEXTOUT_P : width ?
10-12-2015, 11:58 AM (This post was last modified: 10-12-2015 12:00 PM by Tyann.)
Post: #9
RE: TEXTOUT_P : width ?
Bonjour
Ces deux fonctions sont très utiles, bravo et merci
Si je peut me permettre une suggestion.
Ici vous utilisez G9, et cela peut engendrer un conflit, si
le programmeur n'y pense pas.
Il est possible de mettre en paramètres la variable Gx à utiliser
ainsi le programmeur qui utilisera vos fonctions choisira lui même.

Qu'en pensez-vous ?

Hello
These two functions are very useful, congratulations and thank you
If I may make a suggestion .
Here you use G9, and this may create a conflict if
the programmer does not think .
You can set parameters to use the variable Gx
and the programmer who will use your duties will choose itself.

What do you think ?

Code:

EXPORT TEXTW_P(t,g,s)
BEGIN
 LOCAL x,a,b:=511,m;
 DIMGROB(g,512,1);
 TEXTOUT_P(t,g,0,0,s,0,511,0);
 FOR x FROM 1 TO 10 DO
  m:=IP((a+b)/2);
  IFTE(GETPIX_P(g,m,0)==#FFFFFFh,m▶b,m▶a);
 END;
 m;
END;

Sorry for my english
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
TEXTOUT_P : width ? - primer - 10-02-2015, 08:41 AM
RE: TEXTOUT_P : width ? - xset - 10-02-2015, 09:17 AM
RE: TEXTOUT_P : width ? - komame - 10-02-2015, 12:51 PM
RE: TEXTOUT_P : width ? - komame - 10-03-2015, 08:56 AM
RE: TEXTOUT_P : width ? - eried - 10-03-2015, 05:42 PM
RE: TEXTOUT_P : width ? - komame - 10-03-2015, 07:45 PM
RE: TEXTOUT_P : width ? - komame - 10-04-2015, 04:21 PM
RE: TEXTOUT_P : width ? - primer - 10-05-2015, 03:04 PM
RE: TEXTOUT_P : width ? - Tyann - 10-12-2015 11:58 AM
RE: TEXTOUT_P : width ? - hpfx - 10-14-2015, 10:02 PM



User(s) browsing this thread: 1 Guest(s)