| getAmigaBitmapFont | R Documentation |
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()
data(font_example)
## get the font object for the first available size:
font <- getAmigaBitmapFont(font_example,
availableFontSizes(font_example)[1])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.