Moscrif API Docs for: 2012q3
Show:

TypefaceCache Class

include "lib://graphics/typefaceCache.ms";
Library: graphics

This class implements simple cache for Typeface.

Item Index

Methods

Methods

this

()

Construct cache object.

getTypeface

(
  • name
  • style=#normal
)
Bitmap

Returns Typeface object from the cache or loads it and store to this cache.

Parameters:

  • name String

    Typeface name.

  • style=#normal Symbol

    Typeface style.

Returns: