Extract a specific AmigaBitmapFont from a AmigaBitmapFontSet
Extract a specific AmigaBitmapFont
from a
AmigaBitmapFontSet
.
getAmigaBitmapFont(x, size)
x |
An |
size |
A single |
An AmigaBitmapFontSet
object can hold one or more
bitmaps for specific font sizes (heights). Use this function to
obtain such a specific AmigaBitmapFont
.
Returns an AmigaBitmapFont
of the requested size.
An error is thrown when the requested size is not available.
Pepijn de Vries
Other AmigaBitmapFont.operations: AmigaBitmapFont
,
availableFontSizes
, c
,
fontName
, font_example
,
rasterToAmigaBitmapFont
,
rawToAmigaBitmapFontSet
,
rawToAmigaBitmapFont
,
read.AmigaBitmapFontSet
,
read.AmigaBitmapFont
,
write.AmigaBitmapFont
## Not run: data(font_example) ## get the font object for the first available size: font <- getAmigaBitmapFont(font_example, availableFontSizes(font_example)[1]) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.