FAQ
Cover
This is the archive Discourse for the Processing (ALPHA) software.
Please visit the new Processing forum for current information.

   Processing 1.0 _ALPHA_
   Programming Questions & Help
   Syntax
(Moderators: fry, REAS)
   textSpace(SCREEN_SPACE); & export
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: textSpace(SCREEN_SPACE); & export  (Read 259 times)
der.clemens

WWW
textSpace(SCREEN_SPACE); & export
« on: Nov 30th, 2004, 12:47pm »

i'm having trouble with  
textSpace(SCREEN_SPACE);
 
in processing i see a nice verdana,
but after export to web i see -
nothing, no text.
 
very thankful bout help,
 
by the way,
have enyone knowledge about a condensd
typo in a small type size?
 
 
fjen

WWW
Re: textSpace(SCREEN_SPACE); & export
« Reply #1 on: Nov 30th, 2004, 3:56pm »

can you give some code?
 
wie ist das wetter in meiner heimatstadt?
 
/F
 
der.clemens

WWW
Re: textSpace(SCREEN_SPACE); & export
« Reply #2 on: Dec 2nd, 2004, 9:51am »

haha, ja
but the script is about 1200 lines.
 
here's a detail in setup ...
 
  fontone = loadFont("verdanaelf.vlw");
  textFont(fontone);
  textMode(ALIGN_CENTER);
  textSpace(SCREEN_SPACE);
 
and one in the function ...
 
 translate(0, 0, 1);
  fill(0, 0, 50); //stroke(0, 0, 50);
 
  textMode(ALIGN_LEFT); textFont(fontone);
 
  text("Continent:", 320, 635);
  text("Year:", 320, 652);
  text("Rural Population:", 320, 669);
  text("Urban Population:", 320, 686);
 
  text("Specification:", 760, 635);
  text("Location:" , 760, 652);
  text("Fatalities:" , 760, 669);
  text("Losses:" , 760, 686);
  text("Year:", 920, 669);
  fill(0, 0, 80); //stroke(0, 0, 70);
 
  textMode(ALIGN_RIGHT);
  text(2005-mymapz*5, 460, 652);
 
thx.
 
fjen

WWW
Re: textSpace(SCREEN_SPACE); & export
« Reply #3 on: Dec 2nd, 2004, 2:37pm »

na da bin ich beruhigt ... grüsse an daniel wenn du mal zum kuckuck kommst.
 
the answer is easy: set the textspace _after_ setting the font. then it should work ...
 
/F
 
der.clemens

WWW
Re: textSpace(SCREEN_SPACE); & export
« Reply #4 on: Dec 3rd, 2004, 6:08pm »

grüsse sind schon angekommen.
 
supernatural macht sich übrigens gut als typo.
 
dank & grüsse aus würzburg,
clemens
 
Pages: 1 

« Previous topic | Next topic »