~armagetronad-dev/armagetronad/trunk-armagetronad-fortress_ai

« back to all changes in this revision

Viewing changes to src/render/rFont.h

  • Committer: Manuel Moos
  • Date: 2010-08-07 21:08:56 UTC
  • mfrom: (890.1.89 armagetronad)
  • Revision ID: z-man@users.sf.net-20100807210856-93ljrijn34c77p5v
MergingĀ fromĀ mainline.

Show diffs side-by-side

added added

removed removed

Lines of Context:
142
142
    REAL GetTop() const{
143
143
        return top;
144
144
    }
 
145
    REAL GetBottom() const{
 
146
        return top - cheight * y;
 
147
    }
 
148
 
145
149
 
146
150
    REAL GetLeft() const{
147
151
        return left;