Table of Contents

wxFont

include file: wxGraphics.e


Creation parameters:

  • func get_font_encoding( atom font )   
  • func get_font_family( atom font )   
  • func get_font_members( atom font )   
  • func get_font_name( atom font )   
  • func get_font_pointsize( atom font )   
  • func get_font_style( atom font )   
  • func get_font_underlined( atom font )   
  • func get_font_weight( atom font )   
  • proc set_point_size( atom font, integer points )     
     
    Parent Topics:
  • Classes
  • Graphics  
     
    Subtopics:
  • wxFontEnumerator


    Table of Contents

    [func]
    get_font_encoding
    ( atom font )

    Category: wxFont

    Returns the encoding of the specified font.

    See Also: get_font_family, get_font_members, get_font_name, get_font_pointsize, get_font_style, get_font_underlined, get_font_weight, set_point_size



    Table of Contents

    [func]
    get_font_family
    ( atom font )

    Category: wxFont

    Returns the font family for the specified font.

    See Also: get_font_encoding, get_font_members, get_font_name, get_font_pointsize, get_font_style, get_font_underlined, get_font_weight, set_point_size



    Table of Contents

    [func]
    get_font_members
    ( atom font )

    Category: wxFont

    Returns the font data in a sequence that can be used to create a new font:

     { pointSize, family, style, weight, underlined, faceName, encoding }
    

    See Also: get_font_encoding, get_font_family, get_font_name, get_font_pointsize, get_font_style, get_font_underlined, get_font_weight, set_point_size



    Table of Contents

    [func]
    get_font_name
    ( atom font )

    Category: wxFont

    Returns the face name of the specified font.

    See Also: get_font_encoding, get_font_family, get_font_members, get_font_pointsize, get_font_style, get_font_underlined, get_font_weight, set_point_size



    Table of Contents

    [func]
    get_font_pointsize
    ( atom font )

    Category: wxFont

    Returns the point size for the specified font.

    See Also: get_font_encoding, get_font_family, get_font_members, get_font_name, get_font_style, get_font_underlined, get_font_weight, set_point_size



    Table of Contents

    [func]
    get_font_style
    ( atom font )

    Category: wxFont

    Returns the style of the specified font.

    See Also: get_font_encoding, get_font_family, get_font_members, get_font_name, get_font_pointsize, get_font_underlined, get_font_weight, set_point_size



    Table of Contents

    [func]
    get_font_underlined
    ( atom font )

    Category: wxFont

    Returns 1 if the specified font is underlined, 0 otherwise.

    See Also: get_font_encoding, get_font_family, get_font_members, get_font_name, get_font_pointsize, get_font_style, get_font_weight, set_point_size



    Table of Contents

    [func]
    get_font_weight
    ( atom font )

    Category: wxFont

    Returns the weight of the specified font.

    See Also: get_font_encoding, get_font_family, get_font_members, get_font_name, get_font_pointsize, get_font_style, get_font_underlined, set_point_size



    Table of Contents

    [proc]
    set_point_size
    ( atom font, integer points )

    Category: wxFont

    See Also: get_font_encoding, get_font_family, get_font_members, get_font_name, get_font_pointsize, get_font_style, get_font_underlined, get_font_weight