Searched refs:UnicodeRange (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/
H A Dunicoderange.h12 class UnicodeRange{ class
14 UnicodeRange(const char* val);
H A Dunicoderange.cpp21 UnicodeRange::UnicodeRange(const gchar* value){ function in class:UnicodeRange
36 int UnicodeRange::add_range(gchar* val){
63 bool UnicodeRange::contains(gchar unicode){
102 Glib::ustring UnicodeRange::attribute_string(){
119 gunichar UnicodeRange::sample_glyph(){
H A Dsp-glyph-kerning.h41 UnicodeRange* u1;
43 UnicodeRange* u2;
H A Dsp-glyph-kerning.cpp92 this->u1 = new UnicodeRange(value);
102 this->u2 = new UnicodeRange(value);

Completed in 768 milliseconds