Config

Destructor

~this
~this()
Undocumented in source.

Members

Static functions

setAnimationTimerDelay
void setAnimationTimerDelay(double delay)

The delay (in seconds) between every tick of a CSS animation.

setBitmapAlignment
void setBitmapAlignment(uint bitmapAlignment)

The alignment (in bytes) of the BitmapSurface when using the CPU renderer.

setCachePath
void setCachePath(string cachePath)

A writable OS file path to store persistent Session data in.

setFaceWinding
void setFaceWinding(FaceWinding winding)

The winding order for front-facing triangles.

setFontGamma
void setFontGamma(double fontGamma)

The gamma to use when compositing font glyphs, change this value to adjust contrast (Adobe and Apple prefer 1.8, others may prefer 2.2).

setFontHinting
void setFontHinting(FontHinting fontHinting)

The hinting algorithm to use when rendering fonts.

setForceRepaint
void setForceRepaint(bool enabled)

Whether or not to continuously repaint any Views, regardless if they are dirty.

setMaxUpdateTime
void setMaxUpdateTime(double maxUpdateTime)

The max amount of time (in seconds) to allow repeating timers to run during each call to Renderer.update.

setMemoryCacheSize
void setMemoryCacheSize(uint size)

The size of WebCore's memory cache in bytes.

setMinLargeHeapSize
void setMinLargeHeapSize(uint size)

The minimum size of large VM heaps in JavaScriptCore.

setMinSmallHeapSize
void setMinSmallHeapSize(uint size)

The minimum size of small VM heaps in JavaScriptCore.

setNumRendererThreads
void setNumRendererThreads(uint numRendererThreads)

The number of threads to use in the Renderer (for parallel painting on the CPU, etc.).

setOverrideRAMSize
void setOverrideRAMSize(uint size)

The system's physical RAM size in bytes.

setPageCacheSize
void setPageCacheSize(uint size)

The number of pages to keep in the cache.

setRecycleDelay
void setRecycleDelay(double delay)

The delay (in seconds) between every call to the recycler.

setResourcePathPrefix
void setResourcePathPrefix(string resourcePathPrefix)

The relative path to the resources folder (loaded via the FileSystem API).

setScrollTimerDelay
void setScrollTimerDelay(double delay)

The delay (in seconds) between every tick of a smooth scroll animation.

setUserStylesheet
void setUserStylesheet(string cssString)

Global user-defined CSS string (included before any CSS on the page).

Variables

ptr
ULConfig ptr;

See Also

Meta