Method: Fox::FXFont#hasChar?

Defined in:
rdoc-sources/FXFont.rb

#hasChar?(ch) ⇒ Boolean

Return true if font has glyph for ch. Here, ch can either be an ordinal value, e.g.

aFont.hasChar?(?a)

or a string of length one (i.e. a single character), e.g.

aFont.hasChar?('a')

Returns:

  • (Boolean)


327
# File 'rdoc-sources/FXFont.rb', line 327

def hasChar?(ch) ; end