Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

availableFontSizes

Get available font sizes from an AmigaBitmapFontSet


Description

Get available font sizes (height) from an AmigaBitmapFontSet in pixels.

Usage

availableFontSizes(x)

Arguments

x

An AmigaBitmapFontSet for which the available font sizes (height) in number of pixels need to be obtained.

Details

An AmigaBitmapFontSet can hold bitmaps of multiple font sizes. Use this function to obtain the available size from such a set.

Value

Returns a vector of numeric values specifying the available font sizes (height in pixels) for x.

Author(s)

Pepijn de Vries

See Also

Examples

## Not run: 
data(font_example)

## The example font holds two font sizes (8 and 9):
availableFontSizes(font_example)

## End(Not run)

AmigaFFH

Commodore Amiga File Format Handler

v0.3.1
GPL-3
Authors
Pepijn de Vries [aut, cre, dtc]
Initial release
2019-03-31

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.