Poison-ui

A cross-platform desktop/mobile UI engine written in D using dsfml

View project on GitHub

Dub version

poison.ui.styles

Source

Module for style handling/parsing.

Authors:

  Jacob Jensen

License:

  https://github.com/PoisonEngine/poison-ui/blob/master/LICENSE

public:







public Graphics getStyleEntry(string selector);


Gets a style entry.

Parameters:

selectorThe selector to find the style for.

public void loadStyleSheet(string styleSheet);


Loads a style sheet.


public void loadStyles(string jsonText);


Loads styles from json structured pss.

Parameters:

jsonTextThe json.

Generated by venom - Poison Engine's Documentation Generator