Photon 1.0.0
Loading...
Searching...
No Matches
css_length.h File Reference
#include "types.h"
#include "css_tokenizer.h"

Go to the source code of this file.

Classes

class  litehtml::css_length
 

Namespaces

namespace  litehtml
 

Typedefs

using litehtml::length_vector = vector< css_length >
 

Enumerations

enum  {
  litehtml::f_length = 1 , litehtml::f_percentage = 2 , litehtml::f_length_percentage = f_length | f_percentage , litehtml::f_number = 4 ,
  litehtml::f_integer = 8 , litehtml::f_positive = 16
}