powered by
Get available font sizes (height) from an AmigaBitmapFontSet in pixels.
AmigaBitmapFontSet
availableFontSizes(x)
Returns a vector of numeric values specifying the available font sizes (height in pixels) for x.
vector
numeric
x
An AmigaBitmapFontSet for which the available font sizes (height) in number of pixels need to be obtained.
Pepijn de Vries
An AmigaBitmapFontSet can hold bitmaps of multiple font sizes. Use this function to obtain the available size from such a set.
Other AmigaBitmapFont.operations: AmigaBitmapFont, c(), fontName(), font_example, getAmigaBitmapFont(), rasterToAmigaBitmapFont(), rawToAmigaBitmapFontSet(), rawToAmigaBitmapFont(), read.AmigaBitmapFontSet(), read.AmigaBitmapFont(), write.AmigaBitmapFont()
AmigaBitmapFont
c()
fontName()
font_example
getAmigaBitmapFont()
rasterToAmigaBitmapFont()
rawToAmigaBitmapFontSet()
rawToAmigaBitmapFont()
read.AmigaBitmapFontSet()
read.AmigaBitmapFont()
write.AmigaBitmapFont()
if (FALSE) { data(font_example) ## The example font holds two font sizes (8 and 9): availableFontSizes(font_example) }
Run the code above in your browser using DataLab