Home
last modified time | relevance | path

Searched refs:FontKerning (Results 1 – 5 of 5) sorted by relevance

/trunk/main/vcl/inc/vcl/
H A Dfntstyle.hxx45 typedef sal_uInt8 FontKerning; typedef
46 #define KERNING_FONTSPECIFIC ((FontKerning)0x01)
47 #define KERNING_ASIAN ((FontKerning)0x02)
H A Dfont.hxx97 void SetKerning( FontKerning nKerning );
98 FontKerning GetKerning() const;
/trunk/main/vcl/inc/
H A Dimpfont.hxx80 FontKerning mnKerning;
/trunk/main/vcl/source/gdi/
H A Dfont.cxx499 void Font::SetKerning( FontKerning nKerning ) in SetKerning()
1097 FontKerning Font::GetKerning() const { return mpImplFont->mnKerning; } in GetKerning()
/trunk/main/dbaccess/source/inc/
H A Dstringconstants.inc159 IMPLEMENT_CONSTASCII_USTRING(PROPERTY_FONTKERNING, "FontKerning");

Completed in 23 milliseconds