availableFontSizes | R Documentation |
Get available font sizes (height) from an AmigaBitmapFontSet()
in pixels.
availableFontSizes(x)
x |
An |
An AmigaBitmapFontSet()
can hold bitmaps of multiple font
sizes. Use this function to obtain the available size from such a set.
Returns a vector
of numeric
values specifying
the available font sizes (height in pixels) for x
.
Pepijn de Vries
Other AmigaBitmapFont.operations:
AmigaBitmapFont
,
c()
,
fontName()
,
font_example
,
getAmigaBitmapFont()
,
rasterToAmigaBitmapFont()
,
rawToAmigaBitmapFontSet()
,
rawToAmigaBitmapFont()
,
read.AmigaBitmapFontSet()
,
read.AmigaBitmapFont()
,
write.AmigaBitmapFont()
## Not run:
data(font_example)
## The example font holds two font sizes (8 and 9):
availableFontSizes(font_example)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.