![]()  | 
  
    
    1.1.0
    
   | 
 
Functions and types that deal with font sizes. More...
Classes | |
| struct | fc_font_size | 
| Specifies the size of a font either in pixels or in points.  More... | |
| struct | fc::font_size | 
| A wrapper class for fc_font_size.  More... | |
Enumerations | |
| enum | fc_font_size_type { fc_size_type__pt, fc_size_type__px } | 
Used to tell if a fc_font_size value is specified in pixels or in points.  | |
Functions | |
| struct fc_font_size | fc_pt (float value) | 
Constructs and returns a fc_size value specified as points.  More... | |
| struct fc_font_size | fc_px (float value) | 
Constructs and returns a fc_size value specified as pixels.  More... | |
Functions and types that deal with font sizes.
| struct fc_font_size fc_pt | ( | float | value | ) | 
| struct fc_font_size fc_px | ( | float | value | ) | 
 1.8.17