Method: Fox::FXFont#rightBearing
- Defined in:
- rdoc-sources/FXFont.rb
#rightBearing(ch) ⇒ Object
Returns the right-side bearing (the distance from the origin to the rightmost pixel in the character) for ch.
337 |
# File 'rdoc-sources/FXFont.rb', line 337 def rightBearing(ch) ; end |