From WikiChip
Difference between revisions of "mirc/identifiers/$font"
< mirc‎ | identifiers

(Created page with "{{mirc title|$font Identifier}}'''$font''' returns the Nth font available on the system == Synopsis == <pre>$font(N)</pre> == Parameters == * '''N''' - The Nth font, if N...")
 
(Properties)
(2 intermediate revisions by the same user not shown)
Line 15: Line 15:
 
== Properties ==
 
== Properties ==
 
* '''.size''' - return a comma seperated list of size supported by the font
 
* '''.size''' - return a comma seperated list of size supported by the font
* '''.pitch - returns "variable" or "fixed" depending on the font's pitch
+
* '''.pitch''' - returns "variable" or "fixed" depending on the font's pitch
 
* '''.type''' - returns the type of the font, non exhaustive list of value: "truetype", "raster" or "device"
 
* '''.type''' - returns the type of the font, non exhaustive list of value: "truetype", "raster" or "device"
  
Line 22: Line 22:
  
 
== Compatibility ==
 
== Compatibility ==
{{mIRC compatibility|7.0}}
+
{{mIRC compatibility|7.44}}
  
 
== See Also ==
 
== See Also ==
{{mIRC|/speak}}
+
{{mIRC|/font}}
  
[[Category:mIRC identifiers|speak]]
+
[[Category:mIRC identifiers]]

Revision as of 08:42, 18 October 2017

$font returns the Nth font available on the system


Synopsis

$font(N)

Parameters

  • N - The Nth font, if N = 0 returns the total number of font available


Without a property, returns the name of the font

Properties

  • .size - return a comma seperated list of size supported by the font
  • .pitch - returns "variable" or "fixed" depending on the font's pitch
  • .type - returns the type of the font, non exhaustive list of value: "truetype", "raster" or "device"

Example

//echo -a $font(0)

Compatibility

Added: mIRC v7.44
Added on: 25 Mar 2016
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.


See Also

/font