lawless-legends/Platform/Apple/virtual/src/include/fontEngine.i

12 lines
167 B
OpenEdge ABL
Raw Normal View History

2014-02-20 15:45:48 +00:00
;
; Proportional Font Engine
; by Andrew Hogan
2014-02-20 15:45:48 +00:00
;
fontEngine = $E000
2014-02-20 15:45:48 +00:00
SetFont = fontEngine
SetWindow = SetFont+3
ClearWindow = SetWindow+3
DisplayStr = ClearWindow+3