Hello, I manage my fonts through a css file :
Code:
WindowedApplication {
fontFamily: "儷黑 Pro";
fontWeight: normal;
}
@font-face {
src: url("taiwaneseFont.swf");
fontWeight: normal;
font-family: "儷黑 Pro";
}
@font-face {
src: url("taiwaneseFont.swf");
fontWeight: bold;
font-family: "儷黑 Pro";
}
etc...
But the bold characters aren't handle, or it is so slicely that we can barely see the difference. Is it possible to use another font for bold ? if yes, how ? Or maybe it exists font that handle the bold directly ?Thanks for any answer !